blob: 7b9f625c1769f42d5a18449fc8126fe790d83c41 [file] [log] [blame]
{
"name": "ZCTextField",
"version": "1.0.2",
"summary": "TextField record to remind",
"description": "It is a titleView selector used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun/ZCTextField",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/ZCTextField.git",
"tag": "1.0.2",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "ZCTextField",
"source_files": "ZCTextField/ZCTextField/*.{h,m}",
"public_header_files": "ZCTextField/ZCTextField/*.h"
},
{
"name": "image",
"resources": "ZCTextField/image/*.png"
}
]
}