blob: a1d361698f69274300918d62a89330d4a35348f9 [file] [log] [blame]
{
"name": "KUAIYONGSDKDY",
"version": "0.0.5",
"summary": "Demo for Quiuk uniform Platform",
"description": "You can download this one for test when you are developping on KUAIYONGSDK.",
"homepage": "https://github.com/tanglimei/KUAIYONGSDKDYDemo.git",
"authors": {
"tanglimei": "562630424@qq.com"
},
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tanglimei/KUAIYONGSDKDYDemo.git",
"tag": "0.0.5"
},
"source_files": [
"Common/Source/Demo/QUPAppDelegate.{h,m}",
"Common/Source/Demo/QUPViewController.{h,m}",
"Common/SDK/Platform/KUAIYONGSDK/DYFramework/QuickUnifyPlatform.framework/Headers/*.h"
],
"public_header_files": "Common/SDK/Platform/KUAIYONGSDK/DYFramework/QuickUnifyPlatform.framework/Headers/*.h",
"resources": [
"Common/SDK/Platform/KUAIYONGSDK/SDKSource/SDKFinal/*.bundle",
"Common/SDK/Platform/KUAIYONGSDK/Plist/*.plist",
"DYSDK/KUAIYONGSDK/QuickUnifyPlatformDemo/QuickUnifyPlatformDemo/QUPInfo.plist"
],
"ios": {
"vendored_frameworks": [
"Common/SDK/Platform/KUAIYONGSDK/DYFramework/QuickUnifyPlatform.framework",
"Common/SDK/Platform/KUAIYONGSDK/SDKSource/SDKFinal/*.framework"
]
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": "NO"
}
}