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 \nReactiveCocoa 2.x. A Swift function named RACObserve replaces\nthat macro. Combined with the custom `<~` operator, you can \nbind to `dynamic` properties.",
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",