[Add] VLCKit 4.0.0a9
[CocoaPods.git] / Specs / 5 / f / 3 / UITextField+Blocks / 1.0.0 / UITextField+Blocks.podspec.json
blobdf9ebbe7cb55703b35d9b4c6fe28157fa24760a2
2   "name": "UITextField+Blocks",
3   "version": "1.0.0",
4   "summary": "Adds blocks to all UITextField delegate methods with a category, no subclassing. Also allows the use of delegate methods if no block is set.",
5   "homepage": "https://github.com/haaakon/UITextField-Blocks",
6   "authors": {
7     "HÃ¥kon Bogen": "hakon.bogen@gmail.com"
8   },
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/haaakon/UITextField-Blocks.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "UITextField+Blocks.{h,m}",
18   "requires_arc": true