[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / e / 3 / Swift-RAC-Macros / 0.3.1 / Swift-RAC-Macros.podspec.json
blobe89169e30bebef33c5fb5735c50da1231c57e67f
2   "name": "Swift-RAC-Macros",
3   "version": "0.3.1",
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",
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.3.1"
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