[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 3 / 0 / c / SimpleAPIClient-iOS / 0.1.8 / SimpleAPIClient-iOS.podspec.json
blobde3550599c7a8126aeb54aae7498e22a35f6d7f9
2   "name": "SimpleAPIClient-iOS",
3   "version": "0.1.8",
4   "summary": "Network Client for iOS Projects",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "rich@richappz.com": "rich@richappz.com"
11   },
12   "homepage": "https://github.com/RichAppz/SimpleAPIClient-iOS.git",
13   "platforms": {
14     "ios": "11.0",
15     "watchos": "4.0"
16   },
17   "swift_version": "4.2",
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/RichAppz/SimpleAPIClient-iOS.git",
21     "tag": "0.1.8"
22   },
23   "source_files": "APIClient/**/*.{swift}",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.0"
27     ]
28   }