blob: 4a1d8cea5f801c5efff593c51d9fa6b6871459dc [file] [log] [blame]
{
"name": "RxAdMob",
"version": "0.1.2",
"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.2"
},
"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"
]
}
}