| { |
| "name": "API", |
| "version": "0.1.1", |
| "summary": "An AFNetworking wrapper for easy API creation", |
| "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.", |
| "homepage": "https://github.com/andrewboryk/API", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "andrewboryk": "andrewcboryk@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/andrewboryk/API.git", |
| "tag": "0.1.1" |
| }, |
| "social_media_url": "https://twitter.com/TrepIsLife", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "API/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ] |
| } |
| } |