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