2 "name": "Swift-RAC-Macros",
4 "summary": "(Temporary) Replacements for the RAC and RACObserve macros in Swift",
5 "description": " Swift struct called \"RAC\" replaces the RAC macro from \n ReactiveCocoa 2.x. A Swift function named RACObserve replaces\n that macro. Combined with the custom `<~` operator, you can \n bind to `dynamic` properties.\n",
6 "homepage": "https://github.com/ashfurrow/Swift-RAC-Macros",
12 "Ash Furrow": "ash@ashfurrow.com"
14 "social_media_url": "http://twitter.com/ashfurrow",
20 "git": "https://github.com/ashfurrow/Swift-RAC-Macros.git",
23 "source_files": "ReactiveCocoaBindings.swift",
24 "frameworks": "Foundation",