blob: 0b5f607d51b61b58f72740fe0c42d5c64f5f37b9 [file] [log] [blame]
{
"name": "Vizzle",
"version": "0.0.2",
"summary": "An iOS MVC framework",
"description": "Vizzle is an iOS MVC frameowrk",
"homepage": "https://github.com/Vizzle/Vizzle",
"license": "MIT",
"authors": {
"xta0": "jayson.xu@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Vizzle/Vizzle.git",
"tag": "0.0.2"
},
"source_files": "Vizzle/**/*.{h,m,c,mm}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}