1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "name": "BFFramework",
- "version": "0.1.0",
- "summary": "Byte fllow 基础组件库",
- "swift_versions": "5.0",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://github.com/287971051@qq.com/BFFramework",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "287971051@qq.com": "287971051@qq.com"
- },
- "source": {
- "git": "https://github.com/jsonwang/NXFramework-Swift.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "10.0"
- },
- "source_files": "BFFramework/Classes/**/*",
- "resource_bundles": {
- "BFFramework": [
- "BFFramework/Assets/*.png"
- ]
- },
- "static_framework": true,
- "xcconfig": {
- "CLANG_MODULES_AUTOLINK": "YES",
- "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
- },
- "public_header_files": "BFFramework/Classes/**/*.h",
- "frameworks": [
- "UIKit",
- "AVFoundation",
- "OpenGLES",
- "CoreMedia",
- "QuartzCore"
- ],
- "dependencies": {
- "Alamofire": [
- "4.9.1"
- ],
- "SnapKit": [
- "4.2.0"
- ],
- "Kingfisher": [
- "4.10.1"
- ],
- "RealmSwift": [
- "10.7.2"
- ],
- "ObjectMapper": [
- "4.2.0"
- ],
- "KeychainAccess": [
- "4.2.2"
- ],
- "Toast-Swift": [
- "5.0.1"
- ],
- "AliyunOSSiOS": [
- "2.10.8"
- ],
- "WechatOpenSDK-Swift": [
- "1.8.7.1"
- ],
- "MJRefresh": [
- "3.5.0"
- ],
- "FDFullscreenPopGesture": [
- ],
- "LMJHorizontalScrollText": [
- ],
- "NXFramework-Swift": [
- ]
- },
- "swift_version": "5.0"
- }
|