[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / e / 3 / Swift-RAC-Macros / 0.3.4 / Swift-RAC-Macros.podspec.json
blob9f4c2d38a4fa2ec85c9a9ac90902bbb14d60970c
2   "name": "Swift-RAC-Macros",
3   "version": "0.3.4",
4   "summary": "Replacements for the RAC and RACObserve macros in Swift 2.",
5   "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.",
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.10"
18   },
19   "source": {
20     "git": "https://github.com/ashfurrow/Swift-RAC-Macros.git",
21     "tag": "0.3.4"
22   },
23   "source_files": "ReactiveCocoaBindings.swift",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "ReactiveCocoa": [
27       "= 4.0.2-alpha-1"
28     ]
29   },
30   "requires_arc": true