blob: b9cd25f6a7585ff674a0209d793b2395ab1844b7 [file] [log] [blame]
{
"name": "ZJCustom",
"version": "0.1.1",
"summary": "ZJCustom.",
"description": "ZJCustom.为自定义的视图",
"homepage": "https://github.com/zj381652512/ZJCustom",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zj381652512": "381652512@qq.com"
},
"source": {
"git": "https://github.com/zj381652512/ZJCustom.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"ZJCustom": [
"ZJCustom/Assets/*.png"
]
},
"subspecs": [
{
"name": "DatePicker",
"source_files": "ZJCustom/Classes/DatePicker/**/*",
"dependencies": {
"TYAlertController": [
"~> 1.2.0"
]
}
},
{
"name": "Hud",
"source_files": "ZJCustom/Classes/Hud/**/*",
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
},
{
"name": "LayoutButton",
"source_files": "ZJCustom/Classes/LayoutButton/**/*"
},
{
"name": "Picker",
"source_files": "ZJCustom/Classes/Picker/**/*",
"dependencies": {
"TYAlertController": [
"~> 1.2.0"
]
}
},
{
"name": "Star",
"source_files": "ZJCustom/Classes/Star/**/*"
},
{
"name": "vCode",
"source_files": "ZJCustom/Classes/vCode/**/*"
}
]
}