blob: e490af62a0ce8142f5a390bf337f2edd937eca57 [file] [log] [blame]
{
"name": "ARORequest",
"version": "0.2.0",
"summary": "Alamofire + RxSwift + ObjectMapper",
"homepage": "https://github.com/taka0125/ARORequest",
"license": "MIT",
"authors": {
"Takahiro Ooishi": "taka0125@gmail.com"
},
"source": {
"git": "https://github.com/taka0125/ARORequest.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"RxSwift": [
"~> 3.0"
],
"ObjectMapper": [
"~> 2.2.1"
]
},
"pushed_with_swift_version": "3.0"
}