blob: 5b69c717fd4697c6f8e6f0fbc02b09d20464453a [file] [log] [blame]
{
"name": "CZCPageController",
"version": "0.1.4",
"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.1.4"
},
"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": [
]
}
}
]
}