blob: 9a089d8db107a6d6e837d19a30b2a6f311ba20d5 [file] [log] [blame]
{
"name": "UberKit",
"version": "0.2",
"summary": "A simple, easy-to-use Objective C wrapper for the Uber API.",
"homepage": "https://github.com/sachinkesiraju/UberKit",
"license": {
"type": "MIT",
"text": "Copyright 2014 Sachin Kesiraju"
},
"authors": {
"Sachin Kesiraju": "me@sachinkesiraju.com"
},
"source": {
"git": "https://github.com/sachinkesiraju/UberKit.git",
"tag": "0.2"
},
"social_media_url": "https://twitter.com/sachinkesiraju",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"UberKit",
"UberKit/**/*.{h,m}"
]
}