blob: 14b2e692216db0db569a2fa115b5b0da39c886e8 [file] [log] [blame]
{
"name": "KKToolSet",
"version": "0.0.1",
"summary": "正则,图片压缩,date格式化",
"description": "常用工具类",
"homepage": "https://github.com/lk495082165/KKToolSet.git",
"license": "MIT",
"authors": {
"lk": "lk495082165@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lk495082165/KKToolSet.git",
"tag": "0.0.1"
},
"source_files": "KKToolSet/ToolSetClass/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation",
"SystemConfiguration"
],
"requires_arc": true
}