blob: 8d29df141c9115e4fdef1823af0e081f25a85384 [file] [log] [blame]
{
"name": "VisualEditWidgets",
"version": "0.1.1",
"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!\n",
"homepage": "https://github.com/Jiafan/VisualEditWidgets",
"license": "MIT",
"authors": {
"Gavin Zhang(加帆)": "jiafan.zhang@qq.com"
},
"social_media_url": "https://twitter.com/JiafanZhang",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Jiafan/VisualEditWidgets.git",
"tag": "0.1.1"
},
"source_files": "VEWidgets/*",
"public_header_files": "VEWidgets/*.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}