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