blob: 9f4c2d38a4fa2ec85c9a9ac90902bbb14d60970c [file] [log] [blame]
{
"name": "Swift-RAC-Macros",
"version": "0.3.4",
"summary": "Replacements for the RAC and RACObserve macros in Swift 2.",
"description": "Swift 2 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.",
"homepage": "https://github.com/ashfurrow/Swift-RAC-Macros",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/ashfurrow/Swift-RAC-Macros.git",
"tag": "0.3.4"
},
"source_files": "ReactiveCocoaBindings.swift",
"frameworks": "Foundation",
"dependencies": {
"ReactiveCocoa": [
"= 4.0.2-alpha-1"
]
},
"requires_arc": true
}