[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 2 / c / 4 / APIManager / 0.0.2 / APIManager.podspec.json
blobecfaaa7355186a28cb1dcaf3cd70cac9b6a6f51e
2   "name": "APIManager",
3   "version": "0.0.2",
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.2"
18   },
19   "source_files": [
20     "APIManager/Classes/**/*.{swift}",
21     "APIManager/Protocols/**/*.{swift}",
22     "APIManager/Typealiases/**/*.{swift}",
23     "APIManager/Enums/**/*.{swift}"
24   ],
25   "frameworks": "Foundation",
26   "requires_arc": true,
27   "pushed_with_swift_version": "3.0"