| { |
| "name": "TBAKit", |
| "version": "1.1.10", |
| "summary": "An Objective-C wrapper for The Blue Alliance API", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "description": "TBAKit is an Objective-C wrapper for The Blue Alliance API\nthat offers complete models and requests", |
| "homepage": "https://github.com/ZachOrr/TBAKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Zach Orr": "zachorr139@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/ZacharyOrr", |
| "source": { |
| "git": "https://github.com/ZachOrr/TBAKit.git", |
| "tag": "1.1.10" |
| }, |
| "source_files": [ |
| "TBAKit", |
| "TBAKit/**/*.{h,m}" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "GTMAppAuth": [ |
| |
| ] |
| } |
| } |