[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / 2 / ARORequest / 0.1.0 / ARORequest.podspec.json
blobd2b740e854f69ec955e8b4277f0d04a890da3393
2   "name": "ARORequest",
3   "version": "0.1.0",
4   "summary": "Alamofire + RxSwift + ObjectMapper",
5   "homepage": "https://github.com/taka0125/ARORequest",
6   "license": "MIT",
7   "authors": {
8     "Takahiro Ooishi": "taka0125@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/taka0125/ARORequest.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "pod_target_xcconfig": {
18     "SWIFT_VERSION": "3.0"
19   },
20   "source_files": "Sources/**/*.swift",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.1"
24     ],
25     "RxSwift": [
26       "~> 3.0"
27     ],
28     "ObjectMapper": [
29       "~> 2.2.1"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"