blob: 448eb4f8fdee15f78365b1c8f46bf981444469c1 [file] [log] [blame]
{
"name": "1BAIDUSDKSYDemo",
"version": "0.0.3",
"summary": "The first one test framework.",
"description": "I will be very careful to do this framework.",
"homepage": "https://github.com/tanglimei/1BAIDUSDKSYDemo.git",
"license": "MIT",
"authors": {
"tanglimei": "562630424@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tanglimei/1BAIDUSDKSYDemo.git",
"tag": "0.0.3"
},
"source_files": [
"Common/Source/**/*.{h,m}",
"Common/SDK/Platform/BAIDUSDK/SYFramework/QuickUnifyPlatform.framework/Headers/*.h"
],
"resources": [
"Common/SDK/Platform/BAIDUSDK/SDKSource/SDKFinal/NdComPlatform_SNS_Resources.bundle",
"Common/SDK/Platform/BAIDUSDK/Plist/*.plist"
],
"frameworks": [
"AssetsLibrary",
"AdSupport",
"MessageUI",
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"AddressBook",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3",
"stdc++"
],
"requires_arc": true,
"public_header_files": "Common/SDK/Platform/BAIDUSDK/SYFramework/QuickUnifyPlatform.framework/Headers/*.h",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": "NO",
"ONLY_ACTIVE_ARCH": "NO"
},
"ios": {
"vendored_frameworks": [
"Common/SDK/Platform/BAIDUSDK/SDKSource/SDKFinal/framework5/*.framework",
"Common/SDK/Platform/BAIDUSDK/SDKSource/SDKFinal/framework5/framework/*.framework",
"Common/SDK/Platform/BAIDUSDK/SYFramework/QuickUnifyPlatform.framework"
]
}
}