[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 4 / 8 / DPTextField / 0.0.4 / DPTextField.podspec.json
blobb4b7ea9a7c24cef0a11a265bb8ab3375a186c651
2   "name": "DPTextField",
3   "version": "0.0.4",
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.4"
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