[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / 2 / e / 3 / MySwiftPods / 0.0.1.2 / MySwiftPods.podspec.json
blobd8ce1fd35fa048f8629dc1d790ea64fbda24f91f
2   "name": "MySwiftPods",
3   "version": "0.0.1.2",
4   "summary": "MySwiftPods.",
5   "description": "this is MySwiftPods",
6   "homepage": "https://gitee.com/concentrated/myswiftpods.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CasaTaloyum": "dddd@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://gitee.com/concentrated/myswiftpods.git",
20     "tag": "0.0.1.2"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
27   },
28   "static_framework": true,
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Util",
33       "source_files": "YWPrivatePod/Utilities/**/*.{swift}",
34       "resources": "YWPrivatePod/Utilities/Resource/*.png",
35       "dependencies": {
36         "SnapKit": [
38         ],
39         "Hue": [
41         ],
42         "SwiftyRSA": [
44         ],
45         "ObjectMapper": [
47         ],
48         "KeychainAccess": [
50         ]
51       }
52     },
53     {
54       "name": "Router",
55       "source_files": "YWPrivatePod/Router/*.{swift}",
56       "dependencies": {
57         "MySwiftPods/Util": [
59         ]
60       }
61     },
62     {
63       "name": "Network",
64       "source_files": "YWPrivatePod/Network/*.{swift}",
65       "dependencies": {
66         "Alamofire": [
68         ],
69         "ObjectMapper": [
71         ],
72         "SwiftyJSON": [
74         ],
75         "MySwiftPods/Util": [
77         ]
78       }
79     },
80     {
81       "name": "BI",
82       "source_files": "YWPrivatePod/BI/*.{swift}",
83       "dependencies": {
84         "MySwiftPods/Network": [
86         ],
87         "MySwiftPods/Util": [
89         ]
90       }
91     },
92     {
93       "name": "Base",
94       "source_files": "YWPrivatePod/Base/**/*.{swift}",
95       "resources": "YWPrivatePod/Base/WebVC/WebKit.bundle",
96       "dependencies": {
97         "ObjectMapper": [
99         ],
100         "MySwiftPods/BI": [
102         ],
103         "SnapKit": [
105         ]
106       }
107     },
108     {
109       "name": "AddressDB",
110       "source_files": "YWPrivatePod/AddressDB/*.{swift}",
111       "resources": "YWPrivatePod/AddressDB/ywaddress.db",
112       "dependencies": {
113         "ObjectMapper": [
115         ],
116         "WCDB.swift": [
118         ],
119         "MySwiftPods/Network": [
121         ],
122         "MySwiftPods/Util": [
124         ]
125       }
126     },
127     {
128       "name": "UIKit",
129       "source_files": "YWPrivatePod/UIKit/**/*.{swift}",
130       "dependencies": {
131         "SnapKit": [
133         ],
134         "MySwiftPods/Util": [
136         ]
137       }
138     },
139     {
140       "name": "PackageManager",
141       "source_files": [
142         "YWPrivatePod/PackageManager/*.{swift,h,m}",
143         "YWPrivatePod/PackageManager/SSZipArchive/**/*.{c,h,m}"
144       ],
145       "public_header_files": [
146         "YWPrivatePod/PackageManager/SSZipArchive/*.h",
147         "YWPrivatePod/PackageManager/HJMD5Sha.h"
148       ],
149       "libraries": [
150         "z",
151         "iconv"
152       ],
153       "frameworks": "Security",
154       "pod_target_xcconfig": {
155         "DEFINES_MODULE": "YES",
156         "GCC_PREPROCESSOR_DEFINITIONS": "HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB"
157       },
158       "dependencies": {
159         "MySwiftPods/Network": [
161         ]
162       }
163     },
164     {
165       "name": "Location",
166       "source_files": "YWPrivatePod/Location/*.{swift}",
167       "dependencies": {
168         "AMap3DMap": [
170         ],
171         "AMapSearch": [
173         ],
174         "AMapLocation": [
176         ]
177       }
178     },
179     {
180       "name": "Update",
181       "source_files": "YWPrivatePod/Update/*.{swift}",
182       "dependencies": {
183         "Alamofire": [
185         ],
186         "ObjectMapper": [
188         ],
189         "MySwiftPods/Network": [
191         ]
192       }
193     }
194   ],
195   "swift_version": "5.0"