[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / e / 3 / Swift-RAC-Macros / 0.3 / Swift-RAC-Macros.podspec.json
bloba460bd7d5874a15239ffcc4d40a58cb2e13bd408
2   "name": "Swift-RAC-Macros",
3   "version": "0.3",
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.3"
22   },
23   "source_files": "ReactiveCocoaBindings.swift",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "ReactiveCocoa": [
27       "3.0.0-alpha.1"
28     ]
29   },
30   "requires_arc": true