[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 6 / e / SuperAlertController / 2.0.2 / SuperAlertController.podspec.json
blobcd6b1510cd7deba3564eec3a7e6568c632fb0b6d
2   "name": "SuperAlertController",
3   "version": "2.0.2",
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.0.2"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "source_files": "SuperAlertController/**/*.swift",
17   "requires_arc": true,
18   "description": "SuperAlertController is an UIAlertController extension.",
19   "module_name": "SuperAlertController",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.1"
25   },
26   "swift_version": "4.1",
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "SuperAlertController/Core/**/*.swift",
32       "frameworks": [
33         "Foundation",
34         "UIKit"
35       ]
36     },
37     {
38       "name": "Ext",
39       "dependencies": {
40         "SuperAlertController/Core": [
42         ]
43       },
44       "source_files": "SuperAlertController/Ext/Codes/**/*.swift",
45       "frameworks": [
46         "Foundation",
47         "UIKit",
48         "AVFoundation",
49         "CoreGraphics",
50         "WebKit"
51       ],
52       "resources": [
53         "SuperAlertController/Ext/Resources/Countries.bundle",
54         "SuperAlertController/Ext/Resources/ColorPicker.storyboard",
55         "SuperAlertController/Ext/Resources/Assets.xcassets"
56       ]
57     }
58   ]