[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 0 / e / c / RESTfulSwift / 1.0 / RESTfulSwift.podspec.json
bloba3f98bde511b052a7ae604b854d63ab509854cdf
2   "name": "RESTfulSwift",
3   "version": "1.0",
4   "summary": "An extendable, robust, and easy-to-use framework for communicating with RESTful endpoints.",
5   "description": "RESTSwift is a powerful framework for communicating with RESTful endpoints.  By being a protocol oriented framework, RESTSwift is highly extensible.",
6   "homepage": "https://github.com/schlossm/RESTSwift",
7   "license": {
8     "type": "MIT",
9     "file": "MIT.txt"
10   },
11   "authors": {
12     "Michael Schloss": "mschloss11@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "watchos": "3.0",
18     "tvos": "10.0"
19   },
20   "swift_version": "4.0",
21   "source": {
22     "git": "https://github.com/schlossm/RESTSwift.git",
23     "tag": "1.0"
24   },
25   "source_files": [
26     "Common",
27     "Common/**/**/*.swift"
28   ]