blob: faae44cc3e11f36f93cf216ebf6a90dcca9afd18 [file] [log] [blame]
{
"name": "BitlyForiOS",
"version": "1.0.0",
"summary": "Bitly link shortener.",
"description": "A Bitly link shortener which uses AFNetworking 2.0 to handle the GET request and encode the parameters safely.\n",
"homepage": "https://github.com/brennanMKE/BitlyForiOS",
"license": "MIT",
"authors": {
"Brennan Stehling": "brennan@smallsharptools.com"
},
"social_media_url": "http://twitter.com/smallsharptools",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/brennanMKE/BitlyForiOS.git",
"tag": "1.0.0"
},
"source_files": "Common/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}