[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / 0 / c / SimpleAPIClient-iOS / 0.1.1 / SimpleAPIClient-iOS.podspec.json
bloba275afc08387ca41fff56216cbda66bd9fb8deb0
2   "name": "SimpleAPIClient-iOS",
3   "version": "0.1.1",
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": "http://richappz.com/",
13   "platforms": {
14     "ios": "10.0"
15   },
16   "frameworks": "CoreData",
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/RichAppz/SimpleAPIClient-iOS.git",
20     "tag": "0.1.1"
21   },
22   "source_files": [
23     "APIClient/**/*.{swift}",
24     "APIClient/DataModel.xcdatamodeld",
25     "APIClient/DataModel.xcdatamodeld/*.xcdatamodel"
26   ],
27   "dependencies": {
28     "Alamofire": [
29       "~> 4.0"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"