blob: e1353b6dfb9c15b63f77074d7fca0fb3337c69d4 [file] [log] [blame]
{
"name": "FireAdverting",
"version": "0.1.21",
"summary": "A short description of GPFireable.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/conversun/FireAdverting.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Conver": "conversun@gmail.com"
},
"source": {
"git": "https://github.com/conversun/FireAdverting.git",
"tag": "0.1.21"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"static_framework": true,
"default_subspecs": "Core",
"dependencies": {
"mopub-ios-sdk": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "FireAdverting/Adverting/**/*"
},
{
"name": "Native",
"source_files": "FireAdverting/Native/**/*",
"resource_bundles": {
"FireAdverting": [
"FireAdverting/Assets/*"
]
},
"dependencies": {
"FireAdverting/Core": [
]
}
}
],
"swift_version": "5.1"
}