blob: 9cc501647b79d9b5f207cb1b35804a41a0aa2633 [file] [log] [blame]
{
"name": "VisualEditWidgets",
"version": "0.3.3",
"summary": "Visual edit widgets for iOS.",
"description": "A longer description of VisualEditWidgets in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/Jiafan/VisualEditWidgets",
"license": "MIT",
"authors": {
"Gavin Zhang(加帆)": "jiafan.zhang@qq.com"
},
"social_media_url": "https://github.com/Jiafan/",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Jiafan/VisualEditWidgets.git",
"tag": "0.3.3"
},
"source_files": "VEWidgets/*",
"public_header_files": "VEWidgets/*.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}