blob: a00fea1d5a5a80afba755d4cfc445bfe9a4f8a85 [file] [log] [blame]
{
"name": "SZKit",
"version": "1.3.6",
"summary": "a set for convenient develop.",
"homepage": "https://github.com/StenpZ/SZKit",
"license": "MIT",
"authors": {
"StenpZ": "zhouc520@foxmail.com"
},
"source": {
"git": "https://github.com/StenpZ/SZKit.git",
"tag": "1.3.6"
},
"public_header_files": "SZKit/**/*.{h}",
"source_files": "SZKit/**/*.{h,m}",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.0"
],
"Masonry": [
"~> 1.0"
]
}
}