blob: 89a36c6c68131b1134571d79b40aeaebeb5771bf [file] [log] [blame]
{
"name": "ETTextField-TestHelper",
"version": "0.0.1",
"summary": "UITextField category with convenience methods for testing.",
"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",
"homepage": "https://github.com/esttorhe/ETTextField-TestHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Esteban Torres": "me@estebantorr.es"
},
"social_media_url": "http://twitter.com/esttorhe",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/esttorhe/ETTextField-TestHelper.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}