blob: 1529f27f9cfa6c7edbd5161f05bf22213baa56e0 [file] [log] [blame]
{
"name": "AITwitterAuth",
"version": "0.0.2",
"summary": "A library for twitter authentication",
"description": "A library that is intended to simplify the authentication process.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/aibrahim16/AITwitterAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aibrahim16": "email@address.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/aibrahim16/AITwitterAuth.git",
"commit": "3516fc6e5912a1482418784c5805d0fd223889d9",
"tag": "0.0.2"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"STTwitter": [
"~> 0.1.4"
]
}
}