blob: c069fa7193fd065881f9eba9caa146c4cece3f46 [file] [log] [blame]
{
"name": "BitlyForiOS",
"version": "0.0.3",
"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": "0.0.3"
},
"source_files": "Common/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}