blob: eb11be356b16590f578aa4e82491bfd41dc8c0f3 [file] [log] [blame]
{
"name": "SPADManager",
"version": "1.0.3",
"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.3"
},
"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": "SPModel",
"source_files": "SPADManagerExample/SPADManager/Model/*.{h,m}"
},
{
"name": "SPViews",
"source_files": "SPADManagerExample/SPADManager/Views/*.{h,m,xib}"
}
]
}