blob: e96760d5097f16581cedbc2b219e0411dc14c0d1 [file] [log] [blame]
{
"name": "RxAdMob",
"version": "0.1.1",
"summary": "RxSwift Wrapper on Google AdMob",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "RxAdMob is a RxSwift wrapper for Google AdMob.",
"homepage": "https://github.com/pinddFull/RxAdMob",
"authors": {
"pinddfull": "pinddfull@gmail.com"
},
"source": {
"git": "https://github.com/pinddFull/RxAdMob.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources",
"*.swift"
],
"swift_version": "4.2",
"requires_arc": true,
"static_framework": true,
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 4.3"
],
"RxCocoa": [
"~> 4.3"
],
"Google-Mobile-Ads-SDK": [
"~> 7.34.0"
]
}
}