blob: fac27e350460f29ae702da63237bd2ad07747880 [file] [log] [blame]
{
"name": "Bitlyzer",
"version": "1.1.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.1.0"
},
"license": {
"type": "New BSD License",
"file": "LICENSE.markdown"
},
"source_files": "Src/Bitlyzer.{h,m}",
"requires_arc": true
}