[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 0 / a / SwiftExpandV / 8.1.4 / SwiftExpandV.podspec.json
blob28c9b79f5a7ec18b698c88e6302bfebff1b3738c
2   "name": "SwiftExpandV",
3   "version": "8.1.4",
4   "summary": "系统类功能扩展, 极大的提高工作效率.",
5   "description": "通过 extension 实现, 低耦合(iOS && macOS)",
6   "cocoapods_version": ">= 1.13.0",
7   "homepage": "https://github.com/Attiv/SwiftExpand",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "BIN": "wlkhn123@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Attiv/SwiftExpand.git",
17     "tag": "8.1.4"
18   },
19   "source_files": "SwiftExpand/Classes/*",
20   "ios": {
21     "source_files": "SwiftExpand/ios/*.swift",
22     "frameworks": "UIKit"
23   },
24   "osx": {
25     "source_files": "SwiftExpand/osx/*.swift",
26     "frameworks": "AppKit"
27   },
28   "resource_bundles": {
29     "SwiftExpand": [
30       "SwiftExpand/*.xcassets"
31     ]
32   },
33   "platforms": {
34     "ios": "11.0",
35     "osx": "10.13"
36   },
37   "swift_versions": "5",
38   "requires_arc": true,
39   "frameworks": [
40     "Foundation",
41     "QuartzCore",
42     "WebKit",
43     "Photos"
44   ],
45   "pod_target_xcconfig": {
46     "DEFINES_MODULE": "YES"
47   },
48   "swift_version": "5"