[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 5 / SwiftRestModel / 1.0.3 / SwiftRestModel.podspec.json
blob814e7c50fdf509b337ef048a2038daa3888f00c6
2   "name": "SwiftRestModel",
3   "version": "1.0.3",
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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Rentlio/SwiftRestModel.git",
19     "tag": "1.0.3"
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   }