blob: 956188d00e81275688ef1e1310295c078c494fb4 [file] [log] [blame]
{
"name": "UberOAuth2",
"version": "0.1",
"summary": "UberOAuth2 - UberOAuth2 is a simple Objective-C wrapper for Uber OAuth2 login.",
"homepage": "https://github.com/uberHackathon/UberOAuth2",
"license": "MIT",
"authors": {
"coderyi": "coderyi@163.com"
},
"source": {
"git": "https://github.com/uberHackathon/UberOAuth2.git",
"tag": "0.1"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"source_files": "UberOAuth2/UberOAuth2/**/*.{h,m,png}",
"requires_arc": true
}