[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / 9 / API / 0.1.1 / API.podspec.json
blob6c7d06e6816072000d7ed37b90dc26908b1b52a1
2   "name": "API",
3   "version": "0.1.1",
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.1"
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   }