[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / b / c / ReactiveCocoaApply / 1.0.0 / ReactiveCocoaApply.podspec.json
blob7f1e40d205933910f7ece3f3a147b48ceffaaa3c
2   "name": "ReactiveCocoaApply",
3   "version": "1.0.0",
4   "summary": "ReactiveCocoa Singal and SignalProducer extensions for ReactiveSwift for applying operators similar to |> from RAC3.",
5   "homepage": "https://github.com/nikita-leonov/ReactiveCocoaApply",
6   "license": "MIT",
7   "authors": {
8     "Nikita Leonov": "nikita.leonov@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/nikita-leonov/ReactiveCocoaApply.git",
12     "tag": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/leonovco",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "ReactiveSwift": [
23       "~> 1.0.0-rc.2"
24     ]
25   },
26   "pushed_with_swift_version": "3.0"