[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / c / 3 / SwiftAPIClient / 0.2.9 / SwiftAPIClient.podspec.json
blob5151112507cedbd9aaeb82fb997c8276df83f884
2   "name": "SwiftAPIClient",
3   "version": "0.2.9",
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": "10.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.2.9"
22   },
23   "source_files": "APIClient/**/*.{swift}",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.0"
27     ]
28   }