blob: a290fbcc7182f67da18792ce69dd2e7178cfbb28 [file] [log] [blame]
{
"name": "snippet",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "snippet/src/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}