[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / 5 / RestShip / 0.2.1 / RestShip.podspec.json
blobe2ea70db8469e090f7aa16fdfd368740b34ca2ac
2   "name": "RestShip",
3   "version": "0.2.1",
4   "summary": "RestShip is a library for let you easily work with RESTFull Web Applications, sitting on top of Alamofire",
5   "description": "This library provide a simplify way to access routes to API resources using method chaining and allowing the configuration of requests.",
6   "homepage": "https://github.com/SwiftShip/RestShip",
7   "license": "MIT",
8   "authors": {
9     "Diogo Jayme": "diogojme@gmail.com",
10     "Italo Sangar": "itsangardev@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/SwiftShip/RestShip.git",
14     "tag": "0.2.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/*",
21   "dependencies": {
22     "Alamofire": [
23       "~> 3.3"
24     ]
25   }