blob: ef5e5e09503e3ead2be201717c923446cac42a60 [file] [log] [blame]
{
"name": "testFrameworkLL",
"version": "1.0",
"summary": "testFrameworkLL",
"description": "testFramework for ads",
"homepage": "https://github.com/liuyaqiang/testFramework.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuyaqiang": "344257448@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/liuyaqiang/testFramework.git",
"tag": "1.0"
},
"vendored_frameworks": "testFramework/test1Framework.framework",
"source_files": "testFramework/test1Framework.framework/Headers/*.{h}",
"public_header_files": "testFramework/test1Framework.framework/Headers/**/*.{h}",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -lxml2"
},
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation",
"CoreMedia",
"CoreLocation",
"CoreTelephony",
"SystemConfiguration",
"StoreKit",
"MediaPlayer",
"CFNetwork",
"AdSupport",
"ImageIO",
"VideoToolbox",
"CoreMotion",
"WebKit"
],
"libraries": [
"z",
"stdc++",
"sqlite3"
],
"dependencies": {
"ZYCoreKit": [
]
}
}