blob: a4c313ec1f1426ea090a56c90463db28fa5c0fd8 [file] [log] [blame]
{
"name": "Goodreads-Oauth",
"version": "0.0.6",
"summary": "Library for making OAuth with Goodreads from iOS Easier.",
"homepage": "https://github.com/yjkogan/goodreads-oauth",
"license": {
"type": "MIT",
"file": "LICENSE_MIT.txt"
},
"authors": {
"Yonatan Kogan": "yjkogan@gmail.com"
},
"source": {
"git": "https://github.com/yjkogan/goodreads-oauth.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Dependencies",
"Dependencies/**/*.{h,m,c}",
"GROAuth.{h,m}"
],
"public_header_files": "GROAuth",
"requires_arc": true
}