blob: 613fe79a7a64bea40e6573d664a48390ba019d77 [file] [log] [blame]
{
"name": "ZOEAlertView",
"version": "1.3.3",
"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.3.3",
"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": [
]
}
},
{
"name": "ZOEActionSheet",
"source_files": "ZOEAlertView/ZOEActionSheet/*.{h,m}",
"public_header_files": "ZOEAlertView/ZOEActionSheet/*.h",
"dependencies": {
"ZOEAlertView/ZOECommon": [
]
}
}
]
}