[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / e / c / AlamofireMapper / 1.0.0 / AlamofireMapper.podspec.json
blob2385fc958cbedb4d6449ef37793a705de1ba1422
2   "name": "AlamofireMapper",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "An extension to Alamofire which automatically converts JSON response data into swift objects using Decodeable",
8   "homepage": "https://github.com/sua8051/AlamofireMapper",
9   "authors": {
10     "Sua Le": "sua8051@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/sua8051/AlamofireMapper.git",
14     "tag": "1.0.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "swift_version": "4.0",
23   "requires_arc": true,
24   "source_files": "AlamofireMapper/**/*.swift",
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.1"
28     ]
29   }