blob: 84b89b77cc9b1514ae236c98fe6f3a74d7751d10 [file] [log] [blame]
{
"name": "ZLPods",
"version": "0.0.4",
"summary": "这是一个简短的介绍",
"description": "这是一个详细的描述,也可能是。。。。。。",
"homepage": "https://github.com/ADreamClusive/PodSpecTest/tree/main",
"license": "MIT",
"authors": {
"zl jiao": "2506513065@qq.com"
},
"source": {
"git": "https://github.com/ADreamClusive/PodSpecTest.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Categories",
"subspecs": [
{
"name": "Categories",
"source_files": "ZLSelectViewDemo/Classes/Categories/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "SelectView",
"source_files": "ZLSelectViewDemo/Classes/SelectView/*.{h,m}",
"frameworks": "UIKit"
}
]
}