blob: 92f0fc84875b62ac272214dcebeeac20e0fe5b3b [file] [log] [blame]
{
"name": "FireAdverting",
"version": "0.1.27",
"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.27"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.2",
"static_framework": true,
"default_subspecs": "Core",
"dependencies": {
"mopub-ios-sdk/Core": [
],
"mopub-ios-sdk/NativeAds": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "FireAdverting/Adverting/**/*"
},
{
"name": "Native",
"source_files": "FireAdverting/Native/**/*",
"resource_bundles": {
"FireAdverting": [
"FireAdverting/Assets/*"
]
},
"dependencies": {
"FireAdverting/Core": [
]
}
}
],
"swift_version": "5.2"
}