blob: a24cd876eb46edd2c3396ffa9cf9f5ea7745d666 [file] [log] [blame]
{
"name": "ZCPeriodTimePickView",
"version": "0.0.1",
"summary": "Time period selection",
"description": "It is a ZCPeriodTimePickView used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun/ZCPeriodTimePickView",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/ZCPeriodTimePickView.git",
"tag": "0.0.1",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "ZCPeriodTimePickView",
"source_files": "ZCPeriodTimePickView/ZCPeriodTimePickView/*.{h,m}",
"public_header_files": "ZCPeriodTimePickView/ZCPeriodTimePickView/*.h"
}
]
}