[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / a / ZLPods / 0.0.3 / ZLPods.podspec.json
blob682cc5143c461ad292e6bc2b2be040f6503e6030
2   "name": "ZLPods",
3   "version": "0.0.3",
4   "summary": "这是一个简短的介绍",
5   "description": "这是一个详细的描述,也可能是。。。。。。",
6   "homepage": "https://github.com/ADreamClusive/PodSpecTest/tree/main",
7   "license": "MIT",
8   "authors": {
9     "zl jiao": "2506513065@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ADreamClusive/PodSpecTest.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Categories",
20   "subspecs": [
21     {
22       "name": "Categories",
23       "source_files": "ZLSelectViewDemo/Classes/Categories/*.{h,m}",
24       "frameworks": "UIKit"
25     },
26     {
27       "name": "SelectView",
28       "source_files": "ZLSelectViewDemo/Classes/SelectView/*.{h,m}",
29       "frameworks": "UIKit"
30     }
31   ]