blob: d5005d69c3c058071accfa49029c3739431f3629 [file] [log] [blame]
{
"name": "LetMeAuth-STTwitter",
"version": "1.0.0",
"authors": {
"Evgeniy Yurtaev": "evgeniyyurt@gmail.com",
"Alexey Aleshkov": "djmadcat@gmail.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Let Me Auth! Twitter authorization provider based on STTwitter library",
"homepage": "https://github.com/webparadox/LetMeAuth-STTwitter",
"source": {
"git": "https://github.com/webparadox/LetMeAuth-STTwitter.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/*.{h,m}",
"ios": {
"frameworks": [
"UIKit",
"Accounts"
]
},
"dependencies": {
"LetMeAuth": [
"~> 1.0"
],
"STTwitter": [
"~> 0.1.6"
]
}
}