blob: 795edd04dfdc63d82f1c08196dc34c17087336a9 [file] [log] [blame]
{
"name": "FireAdverting",
"version": "0.1.9",
"summary": "A short description of GPFireable.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/didez/FireAdverting.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Conver": "conversun@gmail.com"
},
"source": {
"git": "https://github.com/didez/FireAdverting.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "10.0"
},
"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": [
]
}
}
]
}