blob: 441a4961e197d61f17b41255830e7746309f0888 [file] [log] [blame]
{
"name": "SPADManager",
"version": "1.0.0",
"summary": "广告管理.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/lansepan/SPADManager",
"authors": {
"BluePan": "243492212@qq.com"
},
"source": {
"git": "https://github.com/lansepan/SPADManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"MapKit",
"Security",
"Foundation",
"CoreLocation"
],
"dependencies": {
"Firebase": [
],
"Firebase/AdMob": [
]
},
"public_header_files": "SPADManagerExample/SPADManager/SPADManager.h",
"source_files": "SPADManagerExample/SPADManager/SPADManager.h",
"subspecs": [
{
"name": "SPAdMob",
"source_files": "SPADManagerExample/SPADManager/AdMob/*.{h,m}"
},
{
"name": "SPDomMob",
"source_files": "SPADManagerExample/SPADManager/DomMob/*.{h,m}"
}
]
}