blob: e98a03b96c68ec5ad0e536b763ab59c45379bc34 [file] [log] [blame]
{
"name": "snippet",
"version": "1.0.1",
"summary": "code snippets used on iOS.",
"description": "IOS工具集[代码段],包括UIView工具集(定位、尺寸、快照、事件)、字符串工具集(略)、日期工具集(略)",
"homepage": "https://github.com/ankerlee/snippet",
"license": "MIT",
"authors": {
"Anker Lee": "ankerlee@qq.com"
},
"source": {
"git": "https://github.com/ankerlee/snippet.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "snippet/src/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}