[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / d / 4 / 8 / DPTextField / 0.0.2 / DPTextField.podspec.json
blob7b6193e93a6aef3a8d6a22110d7f86b364dbe563
2   "name": "DPTextField",
3   "version": "0.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "DPTextField",
23     "DPTextField/**/*.{h,m}"
24   ],
25   "public_header_files": "DPTextField/DPTextField.h",
26   "frameworks": "CoreGraphics",
27   "requires_arc": true