blob: 9b39436cddd290b681126a044eed62e6db5aca67 [file] [log] [blame]
{
"name": "ZOEAlertView",
"version": "1.4.0",
"summary": "It is a ZOEAlertView used on iOS, which implement by Objective-C",
"description": "It is a ZOEAlertView used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun/ZOEAlertView",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/ZOEAlertView.git",
"tag": "1.4.0",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "ZOECommon",
"source_files": "ZOEAlertView/ZOECommon/*.{h,m}",
"public_header_files": "ZOEAlertView/ZOECommon/*.h"
},
{
"name": "ZOEAlertView",
"source_files": "ZOEAlertView/ZOEAlertView/*.{h,m}",
"public_header_files": "ZOEAlertView/ZOEAlertView/*.h",
"dependencies": {
"ZOEAlertView/ZOECommon": [
],
"ZOEPlaceholderTextView": [
],
"MJExtension": [
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
},
{
"name": "ZOEActionSheet",
"source_files": "ZOEAlertView/ZOEActionSheet/*.{h,m}",
"public_header_files": "ZOEAlertView/ZOEActionSheet/*.h",
"dependencies": {
"ZOEAlertView/ZOECommon": [
]
}
}
]
}