[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 5 / SwiftRestModel / 1.0.4 / SwiftRestModel.podspec.json
blobbd9eaa50e0d604147648d63999727d98025274dd
2   "name": "SwiftRestModel",
3   "version": "1.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": "1.0.4"
20   },
21   "source_files": "Source/*.swift",
22   "dependencies": {
23     "Alamofire": [
24       "~> 3.3.1"
25     ],
26     "SwiftyJSON": [
27       "~> 2.3.2"
28     ],
29     "HTTPStatusCodes": [
30       "~> 2.0.2"
31     ]
32   }