blob: 8520bc5ce55a90bf5a77eed4a2311606b0b4f367 [file] [log] [blame]
{
"name": "CLUIKit",
"version": "1.6.1",
"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.1"
},
"source_files": [
"CLUIKit",
"CLUIKit/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
],
"CLFoundation": [
]
}
}