[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 2 / 7 / SwiftAPI / 1.1.4 / SwiftAPI.podspec.json
blob4121ebd6431bffc51bae3c11cc6de89910609705
2   "name": "SwiftAPI",
3   "version": "1.1.4",
4   "summary": "Simple networking library based on URLSession with REST API support.",
5   "description": "SwiftAPI is simple networking library created by XSolve which allows easy connection with server out of the box. It's written in Swift 3, using URLSession for managing requests.",
6   "homepage": "https://github.com/xsolve-pl/swift-api",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marek Kojder": "marek.kojder@xsolve.pl",
13     "Sławomir Zagórski": "slawomir.zagorski@xsolve.pl",
14     "Radosław Budzik": "radoslaw.budzik@xsolve.pl"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "source": {
23     "git": "https://github.com/xsolve-pl/swift-api.git",
24     "branch": "master",
25     "tag": "1.1.4"
26   },
27   "source_files": "Sources/**/*.{h,swift}",
28   "frameworks": "Foundation",
29   "requires_arc": true,
30   "pushed_with_swift_version": "3.0"