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