[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / 4 / ZOEAlertView / 1.5.3 / ZOEAlertView.podspec.json
blob4905a25d5328d9a61aa051046ae6348a4e1d9544
2   "name": "ZOEAlertView",
3   "version": "1.5.3",
4   "summary": "It is a ZOEAlertView used on iOS, which implement by Objective-C",
5   "description": "It is a ZOEAlertView used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/ZOEAlertView",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/ZOEAlertView.git",
13     "tag": "1.5.3",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "ZOECommon",
27       "source_files": "ZOEAlertView/ZOECommon/*.{h,m}",
28       "public_header_files": "ZOEAlertView/ZOECommon/*.h"
29     },
30     {
31       "name": "ZOEAlertView",
32       "source_files": "ZOEAlertView/ZOEAlertView/*.{h,m}",
33       "public_header_files": "ZOEAlertView/ZOEAlertView/*.h",
34       "dependencies": {
35         "ZOEAlertView/ZOECommon": [
37         ],
38         "ZOEPlaceholderTextView": [
40         ],
41         "MJExtension": [
43         ]
44       },
45       "user_target_xcconfig": {
46         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
47       }
48     },
49     {
50       "name": "ZOEActionSheet",
51       "source_files": "ZOEAlertView/ZOEActionSheet/*.{h,m}",
52       "public_header_files": "ZOEAlertView/ZOEActionSheet/*.h",
53       "dependencies": {
54         "ZOEAlertView/ZOECommon": [
56         ]
57       }
58     }
59   ]