blob: d87b7be05924ab31bd1c1a40e3f1034b2c0f4450 [file] [log] [blame]
{
"name": "TBAKit",
"version": "1.1.9",
"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.9"
},
"source_files": [
"TBAKit",
"TBAKit/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"GTMAppAuth": [
]
}
}