[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 6 / e / SuperAlertController / 2.1.0 / SuperAlertController.podspec.json
blobf5413915fa57bdc85a4129cc8098bc595ac1c196
2   "name": "SuperAlertController",
3   "version": "2.1.0",
4   "summary": "An UIAlertController extension.",
5   "homepage": "https://github.com/Meniny/SuperAlertController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "Elias Abel",
11   "source": {
12     "git": "https://github.com/Meniny/SuperAlertController.git",
13     "tag": "2.1.0"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "requires_arc": true,
17   "description": "SuperAlertController is an UIAlertController extension.",
18   "module_name": "SuperAlertController",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5"
24   },
25   "swift_versions": "5",
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "SuperAlertController/Core/**/*.swift",
31       "frameworks": [
32         "Foundation",
33         "UIKit"
34       ]
35     },
36     {
37       "name": "Ext",
38       "dependencies": {
39         "SuperAlertController/Core": [
41         ]
42       },
43       "source_files": "SuperAlertController/Ext/Codes/**/*.swift",
44       "frameworks": [
45         "Foundation",
46         "UIKit",
47         "AVFoundation",
48         "CoreGraphics",
49         "WebKit"
50       ],
51       "resources": [
52         "SuperAlertController/Ext/Resources/Countries.bundle",
53         "SuperAlertController/Ext/Resources/ColorPicker.storyboard",
54         "SuperAlertController/Ext/Resources/Assets.xcassets"
55       ]
56     }
57   ]