blob: 6c6bc6fb67ece04ac53cecbd2ff4af2ed9f4a5a4 [file] [log] [blame]
{
"name": "YYTFramework",
"version": "0.1.6",
"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": "9.0"
},
"source": {
"git": "https://github.com/yytpanyuan/YYTFramework.git",
"tag": "0.1.6"
},
"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": "xml2",
"requires_arc": true,
"dependencies": {
"Firebase/AdMob": [
]
}
}