blob: 2ec493b45e98aa5d64caff28d076b42c86eac2f1 [file] [log] [blame]
{
"name": "TZShortKit",
"version": "0.1.0",
"summary": "iOS library of shortcuts for long properties",
"description": " ObjC library of shortcuts for long properties\n TZShortKit shortens things as `self.view.frame.size.width` -> `self.view.width`\n",
"homepage": "https://github.com/tadeuzagallo/TZShortKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tadeu Zagallo": "tadeuzagallo@gmail.com"
},
"source": {
"git": "https://github.com/tadeuzagallo/TZShortKit.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "TZShortKit/**/*.{h,m}"
}