blob: de49e0d70cf8b74f511b344797b5325867757e1f [file] [log] [blame]
{
"name": "FHSTwitterEngine",
"version": "2.0.0",
"summary": "Twitter API for Cocoa developers",
"description": "\t \t\t\tFHSTwitterEngine can:\n\t \t\t\t* Authenicate using OAuth and/or xAuth.\n\t \t\t\t* CocoaPods will be using this to generate tags, and improve search results.\n\t \t\t\t* Make a request to just about every API endpoint.\n",
"platforms": {
"ios": "6.0"
},
"homepage": "https://github.com/quangmv/FHSTwitterEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quang": "quang.app@gmail.com"
},
"source": {
"git": "https://github.com/quangmv/FHSTwitterEngine.git",
"tag": "2.0.0"
},
"source_files": "FHSTwitterEngine/*.{m,h}",
"requires_arc": true,
"frameworks": "SystemConfiguration"
}