[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 5 / f / FYFShare / 0.1.1 / FYFShare.podspec.json
blob2dd8440708c07102b5c0a3d5941215e4c1053c12
2   "name": "FYFShare",
3   "version": "0.1.1",
4   "summary": "A short description of FYFShare.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lookingforfanyunfei/FYFShare",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "786452470@qq.com": "fyf786452470@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lookingforfanyunfei/FYFShare.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "arm64e arm64 armv7 armv7s x86_64",
23     "DEFINES_MODULE": "YES"
24   },
25   "swift_versions": [
26     "5.1",
27     "5.2",
28     "5.3",
29     "5.4",
30     "5.5"
31   ],
32   "default_subspecs": [
33     "FYFShareBase"
34   ],
35   "static_framework": true,
36   "frameworks": [
37     "Photos",
38     "ImageIO",
39     "SystemConfiguration",
40     "CoreText",
41     "QuartzCore",
42     "Security",
43     "UIKit",
44     "Foundation",
45     "CoreGraphics",
46     "CoreTelephony",
47     "WebKit"
48   ],
49   "libraries": [
50     "c++",
51     "sqlite3",
52     "z"
53   ],
54   "subspecs": [
55     {
56       "name": "FYFShareBase",
57       "source_files": "FYFShare/Classes/Common/*.{h,m}",
58       "public_header_files": "FYFShare/Classes/Common/*.h",
59       "dependencies": {
60         "YYModel": [
62         ],
63         "FYFCategory": [
64           "~> 0.1.6"
65         ]
66       }
67     },
68     {
69       "name": "FYFShareUI",
70       "source_files": [
71         "FYFShare/Classes/ShareUI/*.{h,m}",
72         "FYFShare/Classes/Support/ShareUI/*.{h,m}"
73       ],
74       "public_header_files": "FYFShare/Classes/ShareUI/*.h",
75       "resources": "FYFShare/Assets/Share/*.bundle",
76       "dependencies": {
77         "FYFShare/FYFShareBase": [
79         ],
80         "FYFTableCollectionMiddleWare": [
81           "~> 0.1.6"
82         ],
83         "FYFDefines": [
84           "~> 0.2.2"
85         ]
86       },
87       "resource_bundles": {
88         "FYFShareUIBundle": "FYFShare/Assets/Share/*"
89       }
90     },
91     {
92       "name": "FYFAuthorizationUI",
93       "source_files": [
94         "FYFShare/Classes/AuthorizationUI/*.{h,m}",
95         "FYFShare/Classes/Support/AuthorizationUI/*.{h,m}"
96       ],
97       "public_header_files": "FYFShare/Classes/AuthorizationUI/*.h",
98       "resources": "FYFShare/Assets/Authorization/*.bundle",
99       "dependencies": {
100         "FYFShare/FYFShareBase": [
102         ],
103         "FYFTableCollectionMiddleWare": [
104           "~> 0.1.6"
105         ],
106         "FYFDefines": [
107           "~> 0.2.2"
108         ]
109       },
110       "resource_bundles": {
111         "FYFAuthorizationResource": "FYFShare/Assets/Authorization/*"
112       }
113     },
114     {
115       "name": "FYFShareSDKPlatforms",
116       "subspecs": [
117         {
118           "name": "QQ",
119           "dependencies": {
120             "FYFTencentOpenAPI": [
121               "~> 3.5.11"
122             ],
123             "FYFShare/FYFShareBase": [
125             ]
126           },
127           "source_files": "FYFShare/Classes/Support/QQ/*.{h,m}"
128         },
129         {
130           "name": "SinaWeibo",
131           "dependencies": {
132             "FYFLibWeiboSDK": [
133               "~> 3.3.3"
134             ],
135             "FYFShare/FYFShareBase": [
137             ]
138           },
139           "source_files": "FYFShare/Classes/Support/WeiBo/*.{h,m}"
140         },
141         {
142           "name": "WeChat",
143           "dependencies": {
144             "FYFOpenSDK": [
145               "~> 1.9.2"
146             ],
147             "FYFShare/FYFShareBase": [
149             ]
150           },
151           "source_files": "FYFShare/Classes/Support/WeChat/*.{h,m}"
152         }
153       ]
154     }
155   ],
156   "swift_version": "5.5"