blob: 970257bc96aa11516003ad2b046774e83c450c2e [file] [log] [blame]
{
"name": "ZSTToolkit",
"version": "0.0.2",
"summary": "A set of classes/categories to make your iOS life easier.",
"description": "\n ZSTToolkit includes a set of utility and helper classes.\n ",
"homepage": "https://github.com/irmakcan/ZSTToolkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Irmak Can Ozsut": "irmakcan@irmakcan.com"
},
"social_media_url": "http://twitter.com/irmakcanozsut",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/irmakcan/ZSTToolkit.git",
"tag": "v0.0.2"
},
"source_files": "ZSTToolkit/**/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
]
}
}