blob: 2a4be52b9271074d63d73439263706f8f415deac [file] [log] [blame]
{
"name": "YYTFramework",
"version": "0.0.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": "7.0"
},
"source": {
"git": "https://github.com/yytpanyuan/YYTFramework.git",
"tag": "0.0.5"
},
"source_files": "Source/*.{h,m}",
"public_header_files": "Source/*.h",
"vendored_frameworks": [
"Source/*.framework"
],
"resources": "Source/*.bundle",
"frameworks": [
"AdSupport",
"StoreKit",
"SystemConfiguration",
"CoreTelephony",
"CoreLocation",
"CoreMotion",
"MessageUI",
"AVFoundation",
"CoreMedia"
],
"libraries": "stdc++",
"requires_arc": true,
"dependencies": {
"Firebase/AdMob": [
]
}
}