[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / c / YCFishComponent / 0.1.0 / YCFishComponent.podspec.json
blobfb05142d5baf10e86f98e3a8df90c23a66bd0571
2   "name": "YCFishComponent",
3   "version": "0.1.0",
4   "summary": "A short description of YCFishComponent.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitlab.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fish yc": "419821237@qq.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/YCPod/ycfishcomponent.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "YCFishComponent/Classes/YCFishComponent.h",
22   "public_header_files": "YCFishComponent/Classes/YCFishComponent.h",
23   "subspecs": [
24     {
25       "name": "ComponentMediator",
26       "source_files": "YCFishComponent/Classes/ComponentMediator/**/*.{h,m}",
27       "public_header_files": "YCFishComponent/Classes/ComponentMediator/*.h"
28     },
29     {
30       "name": "ComponentCategory",
31       "source_files": "YCFishComponent/Classes/ComponentCategory/**/*",
32       "public_header_files": "YCFishComponent/Classes/ComponentCategory/*.h",
33       "dependencies": {
34         "YCFishComponent/ComponentMediator": [
36         ]
37       }
38     }
39   ]