[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / 4 / APIManager / 0.0.5 / APIManager.podspec.json
blobd283fd88da73a70a52344d290c173ef12f2171a0
2   "name": "APIManager",
3   "version": "0.0.5",
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     "tvos": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/rauhul/api-manager.git",
18     "tag": "0.0.5"
19   },
20   "frameworks": "Foundation",
21   "source_files": [
22     "Sources/APIManager/**/*.{swift}",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "pushed_with_swift_version": "3.0"