blob: 6ed843fbf79c8f3fd755a6bc1991409a936076a7 [file] [log] [blame]
{
"name": "ZLExtensions",
"version": "0.0.9",
"summary": "Some common category.",
"description": "Add TestView and add Masonry dependency.",
"homepage": "https://github.com/Chenchening/ZLExtensions.git",
"license": "MIT",
"authors": {
"Chenchening": "495353880@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Chenchening/ZLExtensions.git",
"tag": "0.0.9"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"PromiseKit": [
"~> 6.8.3"
]
}
}