blob: 60b600cb3aad28020a2378c9ab2107c773ab9423 [file] [log] [blame]
{
"name": "CCAbbar",
"version": "1.0.1",
"summary": "Make development easier.",
"homepage": "https://github.com/lecochao/CCAbbar",
"license": "MIT",
"authors": {
"lecochao": "lecochao@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lecochao/CCAbbar.git",
"tag": "1.0.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CCDefine",
"public_header_files": "CCDefine/CCDefine.h",
"source_files": "CCDefine/CCDefine.h"
},
{
"name": "CCKit",
"dependencies": {
"CCAbbar/CCDefine": [
]
},
"public_header_files": [
"CCKit/*.h",
"CCKit/*/*.h"
],
"source_files": [
"CCKit/*.{h,m}",
"CCKit/*/*.{h,m}"
]
},
{
"name": "Category",
"public_header_files": [
"Category/*.h",
"Category/*/*.h"
],
"source_files": [
"Category/*.{h,m}",
"Category/*/*.{h,m}"
],
"resources": "Category/*.bundle"
}
]
}