blob: 90f5c9b0a02381b3d15fcdfe59eb9ebe7e7fdfe4 [file] [log] [blame]
{
"name": "DNiOSSDK",
"version": "1.0.0",
"summary": "A short description of DNiOSSDK.",
"description": "动能无限SDK",
"homepage": "http://EXAMPLE/DNiOSSDK",
"authors": {
"Eddy Wong": "784550567@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/hohua88/DNiOSSDK",
"tag": "1.0.0"
},
"libraries": [
"sqlite3",
"xml2",
"z",
"iconv",
"c++",
"resolv"
],
"frameworks": [
"OpenGLES",
"OpenAL",
"iAd",
"WebKit",
"AVFoundation",
"Accelerate",
"MobileCoreServices",
"CoreMotion",
"CoreLocation",
"CoreTelephony",
"QuartzCore",
"StoreKit",
"AdSupport",
"UIKit",
"CoreFoundation",
"CoreGraphics",
"CoreMedia",
"CoreText",
"Security",
"MediaPlayer",
"SystemConfiguration",
"MessageUI",
"JavaScriptCore",
"AudioToolBox",
"GLKit"
],
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lObjC"
]
},
"default_subspecs": "Tools",
"subspecs": [
{
"name": "Tools",
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "DNiOSSDK/Tools/*.framework"
},
{
"name": "Ads",
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Headline",
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "DNiOSSDK/Ads/Headline/*.framework",
"dependencies": {
"Bytedance-UnionAD": [
"~>2.4.6.7"
],
"DNiOSSDK/Tools": [
]
}
}
]
}
]
}