blob: 9edf3f9639a2878186d077076c2025163d6eedc5 [file] [log] [blame]
{
"name": "ZZUtils",
"version": "0.0.1",
"summary": "personal utils",
"description": "我的工具库, Objective-C的iOS项目使用",
"homepage": "https://github.com/vinsent/ZZUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vinsent": "vintsingle@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vinsent/ZZUtils.git",
"tag": "0.0.1"
},
"source_files": [
"ZZUtils",
"ZZUtils/**/*.{h,m}"
],
"frameworks": "UIKit"
}