[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / c / ETTextField-TestHelper / 0.0.1 / ETTextField-TestHelper.podspec.json
blob89a36c6c68131b1134571d79b40aeaebeb5771bf
2   "name": "ETTextField-TestHelper",
3   "version": "0.0.1",
4   "summary": "UITextField category with convenience methods for testing.",
5   "description": "                   This category was primarily created due to [FBSnapshotTestCase](https://github.com/facebook/ios-snapshot-test-case) and [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa).\n                   Due to the `RACSignal`s (`rac_textSignal`) bindings to `UIButton` `RACCommand`s responding to changes in `UITextField` my `FBSnapshotTestCase` were failing.\n\n                   Even though we were \"injecting\" the correct data to the model the bindings were not firing the signal to enable the button.\n                   In here you'll find an easy method that will set the text and will also fire the `rac_textSignal`.\n",
6   "homepage": "https://github.com/esttorhe/ETTextField-TestHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Esteban Torres": "me@estebantorr.es"
13   },
14   "social_media_url": "http://twitter.com/esttorhe",
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/esttorhe/ETTextField-TestHelper.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "requires_arc": true