blob: 473d2501ea431f78aa8344265adddeb0df0bd52e [file] [log] [blame]
{
"name": "YYTFramework",
"version": "0.1.5",
"summary": "manage some the third libs",
"description": "admob and Baidu SSP and some other the third libs.",
"homepage": "https://github.com/yytpanyuan/YYTFramework",
"license": "MIT",
"authors": {
"yytpanyuan": "yytsoon@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yytpanyuan/YYTFramework.git",
"tag": "0.1.5"
},
"source_files": "Source/*.{h,m}",
"public_header_files": "Source/*.h",
"vendored_frameworks": [
"Source/*.framework"
],
"vendored_libraries": [
"Source/*.a"
],
"resources": "Source/*.bundle",
"frameworks": [
"AdSupport",
"StoreKit",
"SystemConfiguration",
"CoreTelephony",
"CoreLocation",
"CoreMotion",
"MessageUI",
"AVFoundation",
"CoreMedia",
"QuartzCore",
"Security"
],
"libraries": [
"stdc++",
"z"
],
"requires_arc": true,
"dependencies": {
"Firebase/AdMob": [
]
}
}