blob: 5dc96ec990f1a48e1516b898359d8c29e37460ca [file] [log] [blame]
{
"name": "CLUIKit",
"version": "2.3.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": "2.3.1"
},
"source_files": "CLUIKit/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"resources": "CLUIKit+Resource/CLResource.bundle",
"dependencies": {
"MJRefresh": [
],
"CLFoundation": [
],
"Masonry": [
]
},
"subspecs": [
{
"name": "CLUIKit+Category",
"source_files": "CLUIKit+Category/**/*.{h,m}"
}
]
}