[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / e / 3 / Swift-RAC-Macros / 0.2.2 / Swift-RAC-Macros.podspec.json
blob6fb30f99ca93bbf4c83c268f61f99d937597892e
2   "name": "Swift-RAC-Macros",
3   "version": "0.2.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ash Furrow": "ash@ashfurrow.com"
13   },
14   "social_media_url": "http://twitter.com/ashfurrow",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/ashfurrow/Swift-RAC-Macros.git",
21     "tag": "0.2.2"
22   },
23   "source_files": "ReactiveCocoaBindings.swift",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "ReactiveCocoa": [
27       ">= 2.0",
28       "< 4.0"
29     ]
30   },
31   "requires_arc": true