blob: f768a99854e9f0c3379d48a9444e9469c63a35d2 [file] [log] [blame]
{
"name": "FireAdverting",
"version": "0.1.16",
"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.16"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"static_framework": true,
"default_subspecs": "Core",
"dependencies": {
"mopub-ios-sdk": [
"~> 5.10.0"
]
},
"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"
}