blob: 9844ac2b50185f1ecb48992e653af2f28f007ef6 [file] [log] [blame]
{
"name": "ZhangCharkSDK",
"version": "5.5.0",
"summary": "you can import my ad sdk via using this pod",
"homepage": "https://github.com/zhangchark/my-mtg-sdk.git",
"description": "you can import my ad sdk via using this pod,you can import my ad sdk via using this pod",
"license": "MIT",
"authors": {
"zhangChark": "zhangchark@gmail.com"
},
"social_media_url": "https://www.facebook.com/chark.zhang",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhangchark/my-mtg-sdk.git",
"tag": "5.5.0"
},
"libraries": [
"sqlite3",
"xml2",
"z"
],
"frameworks": [
"SystemConfiguration",
"CoreGraphics",
"Foundation",
"UIKit",
"AdSupport",
"StoreKit",
"QuartzCore",
"CoreTelephony",
"MobileCoreServices",
"Accelerate",
"AVFoundation",
"WebKit"
],
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lObjC"
]
},
"default_subspecs": "NativeAd",
"subspecs": [
{
"name": "NativeAd",
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "Framework/NativeAd/*.framework"
},
{
"name": "InterstitialVideoAd",
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "Framework/InterstitialAd/*.framework",
"dependencies": {
"ZhangCharkSDK/NativeAd": [
]
}
},
{
"name": "RewardVideoAd",
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "Framework/RewardVideoAd/*.framework",
"dependencies": {
"ZhangCharkSDK/NativeAd": [
]
}
}
]
}