blob: 00944fba30fcdd9cd82aca48927702126e485528 [file] [log] [blame]
{
"name": "PFTwitterSignOn",
"version": "0.1.0",
"summary": "Single Sign On for Twitter on iOS.",
"homepage": "https://github.com/jesseditson/PFTwitterSignOn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jesse Ditson": "jesse.ditson@gmail.com"
},
"social_media_url": "http://twitter.com/jesseditson",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jesseditson/PFTwitterSignOn.git",
"tag": "0.1.0"
},
"public_header_files": "PFTwitterSignOn/*.h",
"source_files": "PFTwitterSignOn/*.{h,m}",
"frameworks": [
"Social",
"Accounts"
],
"requires_arc": true,
"dependencies": {
"LVTwitterOAuthClient": [
"~> 0.0.1"
],
"AFOAuth1Client": [
"~> 0.3.3"
]
}
}