blob: 405a7ce3f1420e09743f3c923adf862a0c512e4c [file] [log] [blame]
{
"name": "CZCPageController",
"version": "0.0.1",
"summary": "左右滑动组件",
"homepage": "https://github.com/2360219637/CZCPageController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"2360219637@qq.com": "chenzc@gegejia.com"
},
"source": {
"git": "https://github.com/2360219637/CZCPageController.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CZCPageController/*.{h,m}",
"public_header_files": "CZCPageController/*.h",
"subspecs": [
{
"name": "Tools",
"source_files": "CZCPageController/Tools/*.{h,m}",
"public_header_files": "CZCPageController/Tools/*.h"
},
{
"name": "GGJSegBar",
"source_files": "CZCPageController/GGJSegBar/*.{h,m}",
"public_header_files": "CZCPageController/GGJSegBar/*.h",
"dependencies": {
"CZCPageController/Tools": [
]
}
}
]
}