blob: bfa959639e7e11828b10f5c5e39f728071dce178 [file] [log] [blame]
{
"name": "Swift-RAC-Macros",
"version": "0.2.1",
"summary": "(Temporary) Replacements for the RAC and RACObserve macros in Swift",
"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",
"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"
},
"source": {
"git": "https://github.com/ashfurrow/Swift-RAC-Macros.git",
"tag": "0.2.1"
},
"source_files": "ReactiveCocoaBindings.swift",
"frameworks": "Foundation",
"dependencies": {
"ReactiveCocoa": [
"3.0.0-alpha.1"
]
},
"requires_arc": true
}