[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / e / 3 / Swift-RAC-Macros / 0.2.1 / Swift-RAC-Macros.podspec.json
blobbfa959639e7e11828b10f5c5e39f728071dce178
2   "name": "Swift-RAC-Macros",
3   "version": "0.2.1",
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   },
18   "source": {
19     "git": "https://github.com/ashfurrow/Swift-RAC-Macros.git",
20     "tag": "0.2.1"
21   },
22   "source_files": "ReactiveCocoaBindings.swift",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "ReactiveCocoa": [
26       "3.0.0-alpha.1"
27     ]
28   },
29   "requires_arc": true