[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 0 / 3 / 5 / SwiftyRestKit / 1.0.4 / SwiftyRestKit.podspec.json
blobf0bbd16273e19b93d294efdcc8e649a9d595435b
2   "name": "SwiftyRestKit",
3   "platforms": {
4     "ios": "12.0"
5   },
6   "summary": "An easy, organized, protocol-oriented way to do REST requests on iOS.",
7   "requires_arc": true,
8   "version": "1.0.4",
9   "description": "SwiftyRestKit is a simple, lightweight library, built using URLSession, to help make REST requests on iOS easier to deal with and more testable.",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Rodolfo Roca": "rroca1982@gmail.com"
16   },
17   "homepage": "https://github.com/rroca1982/SwiftyRestKit",
18   "source": {
19     "git": "https://github.com/rroca1982/SwiftyRestKit.git",
20     "tag": "1.0.4"
21   },
22   "source_files": "SwiftyRestKit/**/*.{swift}",
23   "swift_version": "4.2"