blob: 001bd61f59ea99291ca12364ee0c4b707766a0ba [file] [log] [blame]
{
"name": "Bitlyzer",
"version": "1.0.0",
"platforms": {
"ios": "5.0"
},
"summary": "Class to shorten URLs with Bit.ly on iOS (both block based and delegate based using ARC).",
"homepage": "https://github.com/albertodebortoli/Bitlyzer",
"authors": {
"Alberto De Bortoli": "albertodebortoli.website@gmail.com"
},
"source": {
"git": "https://github.com/albertodebortoli/Bitlyzer.git",
"tag": "1.0.0"
},
"license": {
"type": "New BSD License",
"file": "LICENSE.markdown"
},
"source_files": "Src/Bitlyzer.{h,m}",
"requires_arc": true
}