blob: 7f3c62cce88a5174035d17c6b8734d853c3c2fcd [file] [log] [blame]
{
"name": "CLUIKit",
"version": "1.6.5",
"summary": "CLUIKit for iOS",
"homepage": "https://github.com/CainLuo/CLUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CainLuo": "350116542@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CainLuo/CLUIKit.git",
"tag": "1.6.5"
},
"source_files": [
"CLUIKit",
"CLUIKit/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
],
"CLFoundation": [
],
"Masonry": [
]
}
}