blob: 017df4bb02c439a77810d64ccd853b2ed07e41fb [file] [log] [blame]
{
"name": "TOMKit",
"version": "0.0.2",
"authors": {
"Tomaz Nedeljko": "tomaz@nedeljko.com"
},
"homepage": "https://github.com/tomazsh/TOMKit",
"summary": "A set of classes, categories and functions that simplify UIKit development.",
"description": " TOMKit contains a set of classes, categories and functions that simplify\n UIKit development. It includes block based action sheets, alert views\n and popover controllers.\n",
"source": {
"git": "https://github.com/tomazsh/TOMKit.git",
"tag": "0.0.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": [
"CoreGraphics",
"UIKit"
],
"source_files": "TOMKit"
}