blob: c6a38ca29327983eaa3ebc7401a869b8bc0721e0 [file] [log] [blame]
{
"name": "BASESDKSYDemo",
"version": "0.0.60",
"summary": "A BASESDKSYDemo.",
"description": "A CocoaPods BASESDKSYDemo",
"homepage": "https://github.com/yuhaomingming/BASESDKSYDemo.git",
"license": "MIT",
"authors": {
"于浩": "351945755@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yuhaomingming/BASESDKSYDemo.git",
"tag": "0.0.60"
},
"public_header_files": "Common/SDK/Platform/BASESDK/SYFramework/QuickUnifyPlatform.framework/Headers/*.h",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": "NO"
},
"source_files": [
"Common/Source/Demo/*.{h,m}",
"Common/SDK/Platform/BASESDK/SYFramework/QuickUnifyPlatform.framework/Headers/*.h"
],
"resources": "Common/SDK/Platform/BASESDK/Plist/QuickManifest.plist",
"vendored_frameworks": "Common/SDK/Platform/BASESDK/SYFramework/QuickUnifyPlatform.framework",
"libraries": "stdc++",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
}