[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / d / b / 9 / API / 0.1.0 / API.podspec.json
blob076683dadf58b06c224c44ef84ec10e89cb52819
2   "name": "API",
3   "version": "0.1.0",
4   "summary": "An AFNetworking wrapper for easy API creation",
5   "description": "API is a wrapper for the AFNetworking framework by AlamoFire. This wrapper makes it easier to make a clean GET, POST, PUT, and DELETE API requests without having to worry about setting up the methods every time. This library started off as a means for me to be able to initialize my API on my applications quicker, and I look forward to adding functionality to make it extra helpful to others.",
6   "homepage": "https://github.com/andrewboryk/API",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "andrewboryk": "andrewcboryk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/andrewboryk/API.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/TrepIsLife",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "API/Classes/**/*",
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }