blob: ff5243e8c82ede63dc267eb33f254d2603e97172 [file] [log] [blame]
{
"name": "ZOEPickView",
"version": "1.0.4",
"summary": "a ZOEPickView for ios.",
"description": "It is a ZOEPickView used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun/ZOEPickView",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/ZOEPickView.git",
"tag": "1.0.4",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "ZOEPickView",
"source_files": "ZOEPickView/ZOEPickView/*.{h,m}",
"public_header_files": "ZOEPickView/ZOEPickView/*.h"
}
]
}