[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 5 / SwiftRestModel / 2.0.4 / SwiftRestModel.podspec.json
blobb74eb566f2352d8bac17ac2ad38bc8349c62ad0c
2   "name": "SwiftRestModel",
3   "version": "2.0.4",
4   "summary": "Swift helper for REST models",
5   "homepage": "https://github.com/Rentlio/SwiftRestModel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Juraj Hilje": "juraj.hilje@gmail.com"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Rentlio/SwiftRestModel.git",
19     "tag": "2.0.4"
20   },
21   "source_files": "Source/*.swift",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0.1"
25     ],
26     "SwiftyJSON": [
27       "~> 3.1.0"
28     ],
29     "HTTPStatusCodes": [
30       "~> 3.1.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"