blob: 21dd5d6889643e40d67e3e9817041155bc9d13a5 [file] [log] [blame]
{
"name": "SHOmniAuthTwitter",
"version": "0.2.7",
"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.7"
},
"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.2.0"
]
}
}