blob: 9869a20e4bd9c93cec2a76d91e89a24e8c05a36a [file] [log] [blame]
{
"name": "Vizzle",
"version": "0.0.6",
"summary": "An iOS MVC framework",
"description": "Vizzle is an iOS MVC frameowrk",
"homepage": "https://github.com/Vizzle/Vizzle",
"license": "MIT",
"authors": {
"xta0": "taoxu.dev@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Vizzle/Vizzle.git",
"tag": "0.0.6"
},
"source_files": "Vizzle/**/*.{h,m,c,mm}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"3.0.0"
]
}
}