blob: de8dfa4ea4913e8fb0ca235308203a5a2b1d71c9 [file] [log] [blame]
{
"name": "Goodreads-Oauth",
"version": "1.0.3",
"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": "1.0.3"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Dependencies",
"Dependencies/**/*.{h,m,c}",
"GROAuth.{h,m}"
],
"public_header_files": "GROAuth",
"requires_arc": true
}