[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 0 / ZCTextField / 1.0.1 / ZCTextField.podspec.json
blob7358400e70d4a6b0c6bcd41892728976ec9f0197
2   "name": "ZCTextField",
3   "version": "1.0.1",
4   "summary": "TextField record to remind",
5   "description": "It is a titleView selector used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/ZCTextField",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/ZCTextField.git",
13     "tag": "1.0.1",
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": "ZCTextField",
27       "source_files": "ZCTextField/ZCTextField/*.{h,m}",
28       "public_header_files": "ZCTextField/ZCTextField/*.h"
29     },
30     {
31       "name": "image",
32       "resources": "ZCTextField/image/*.png"
33     }
34   ]