[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 8 / DPTextField / 0.0.5 / DPTextField.podspec.json
blobfa98a92e3e85aba53920c0fa86222e8bae99fc79
2   "name": "DPTextField",
3   "version": "0.0.5",
4   "summary": "UITextField replacement with some extras, including auto-fill.",
5   "homepage": "https://github.com/ebaker355/DPTextField",
6   "screenshots": "https://raw.github.com/ebaker355/DPTextField/master/DPTextFieldAutoFill.gif",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eric Baker": "ebaker@duneparksoftware.com"
13   },
14   "source": {
15     "git": "https://github.com/ebaker355/DPTextField.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "DPTextField",
23     "DPTextField/**/*.{h,m}"
24   ],
25   "public_header_files": [
26     "DPTextField/DPTextField.h",
27     "DPTextField/DPTextFieldAutoFillDataSource.h"
28   ],
29   "frameworks": "CoreGraphics",
30   "requires_arc": true