blob: 2f8f939c16145c69baf8f0f6dcf83d6903eb92b6 [file] [log] [blame]
{
"name": "ZLExtensions",
"version": "0.0.7",
"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.7"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"PromiseKit": [
"~> 6.8.3"
]
}
}