blob: ac4a557e8752e9f712241dd2a65388328d733da7 [file] [log] [blame]
{
"name": "SHOmniAuthTwitter",
"version": "0.2.2",
"summary": "Twitter strategy for SHOmniAuth.",
"description": " A strategy for authenticating with Twitter via SHOmniAuth.\n Uses reverse authentication and ACAccountStore.\n",
"homepage": "https://github.com/SHOmniAuth/SHOmniAuthTwitter",
"license": {
"type": "MIT"
},
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/SHOmniAuth/SHOmniAuthTwitter.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"Social",
"Accounts"
],
"source_files": "SHOmniAuthTwitter/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"TWReverseAuth": [
"~>0.1.0"
],
"AFOAuth1Client": [
"~> 0.2.0"
],
"SHOmniAuth": [
"~> 0.1.0"
]
}
}