[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 1 / ZOEAlertViewSwift / 1.0.0 / ZOEAlertViewSwift.podspec.json
blob8a2d7a62d9366ef6077ecc6daf0aeb762ab25371
2   "name": "ZOEAlertViewSwift",
3   "version": "1.0.0",
4   "summary": "It is a ZOEAlertViewSwift used on iOS, which implement by swift5.x",
5   "description": "It is a ZOEAlertViewSwift used on iOS, which implement by swift5.x.",
6   "homepage": "https://github.com/ChenZhenChun/ZOEAlertViewSwift",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/ZOEAlertViewSwift.git",
13     "tag": "1.0.0",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "ZOECommon",
27       "source_files": "ZOEAlertViewSwift/ZOECommon/*.{swift}"
28     },
29     {
30       "name": "ZOEAlertView",
31       "source_files": "ZOEAlertViewSwift/ZOEAlertView/*.{swift}",
32       "dependencies": {
33         "ZOEAlertViewSwift/ZOECommon": [
35         ]
36       },
37       "user_target_xcconfig": {
38         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
39       }
40     },
41     {
42       "name": "ZOEActionSheet",
43       "source_files": "ZOEAlertViewSwift/ZOEActionSheet/*.{swift}",
44       "dependencies": {
45         "ZOEAlertViewSwift/ZOECommon": [
47         ]
48       }
49     }
50   ]