[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 2 / c / 4 / APIManager / 0.0.1 / APIManager.podspec.json
blobb249cf786ae8a8c8e7b856a4c44bb5465791e689
2   "name": "APIManager",
3   "version": "0.0.1",
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": {
12     "Rauhul Varma": "acm@illinois.edu"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/rauhul/api-manager.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "APIManager/Classes/**/*.{swift}",
23     "APIManager/Protocols/**/*.{swift}",
24     "APIManager/TypeAliases/**/*.{swift}"
25   ],
26   "frameworks": "Foundation",
27   "requires_arc": true,
28   "pushed_with_swift_version": "3.0"