[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / 4 / APIManager / 0.0.4 / APIManager.podspec.json
blob4003b0af56d4ab051dbd55ee91449cbc9c714c41
2   "name": "APIManager",
3   "version": "0.0.4",
4   "summary": "RESTful API Manager",
5   "description": "Pod for abstracting restful api requests",
6   "homepage": "https://github.com/rauhul/api-manager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Rauhul Varma",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/rauhul/api-manager.git",
17     "tag": "0.0.4"
18   },
19   "frameworks": "Foundation",
20   "source_files": [
21     "Sources/APIManager/**/*.{swift}",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"