[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / e / 4 / 0 / WXBSwift / 1.0.1 / WXBSwift.podspec.json
blobde4f387a154c8a149c49b406714c10ec34cc48bf
2   "name": "WXBSwift",
3   "version": "1.0.1",
4   "swift_versions": "5.0",
5   "summary": "A set of useful extensions and tools for Swift",
6   "homepage": "https://github.com/bingstyle/WXBSwift",
7   "license": {
8     "type": "MIT",
9     "file": "./LICENSE"
10   },
11   "authors": {
12     "WeiXinbing": "183292352@qq.com"
13   },
14   "social_media_url": "http://weixinbing.top/",
15   "source": {
16     "git": "https://github.com/bingstyle/WXBSwift.git",
17     "tag": "1.0.1"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "subspecs": [
23     {
24       "name": "Extensions",
25       "subspecs": [
26         {
27           "name": "CoreGraphics",
28           "source_files": "Sources/Extensions/CoreGraphics/*.swift"
29         },
30         {
31           "name": "Foundation",
32           "source_files": "Sources/Extensions/Foundation/*.swift"
33         },
34         {
35           "name": "Shared",
36           "source_files": "Sources/Extensions/Shared/*.swift"
37         },
38         {
39           "name": "SwiftStdlib",
40           "source_files": "Sources/Extensions/SwiftStdlib/*.swift"
41         },
42         {
43           "name": "UIKit",
44           "source_files": "Sources/Extensions/UIKit/*.swift"
45         }
46       ]
47     },
48     {
49       "name": "Tools",
50       "source_files": "Sources/Tools/*.swift"
51     }
52   ],
53   "swift_version": "5.0"