[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / 7 / ASTextFieldNode / 0.2.1 / ASTextFieldNode.podspec.json
blobf7c0ccc9c1b9102429e7eaf20fa499e7fcc102e5
2   "name": "ASTextFieldNode",
3   "version": "0.2.1",
4   "summary": "UITextField wrapper for AsyncDisplayKit.",
5   "description": "UITextField wrapper for AsyncDisplayKit that can handle secure text entry.  Alternative to ASEditableTextNode.",
6   "homepage": "https://github.com/pocketlabs/ASTextFieldNode",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "authors": {
15     "Kyle Shank": "kyle.shank@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/pocketlabs/ASTextFieldNode.git",
19     "tag": "0.2.1"
20   },
21   "source_files": [
22     "ASTextFieldNode",
23     "ASTextFieldNode/*.{h,mm}"
24   ],
25   "dependencies": {
26     "AsyncDisplayKit": [
27       "~> 2.1.0"
28     ]
29   }