[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / b / c / ReactiveCocoaApply / 0.2.6 / ReactiveCocoaApply.podspec.json
blobea251ee923079f019e97d50340b7a8093b56ee61
2   "name": "ReactiveCocoaApply",
3   "version": "0.2.6",
4   "summary": "ReactiveCocoa Singal and SignalProducer extensions for RAC4 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": "0.2.6"
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     "ReactiveCocoa": [
23       "= 4.0.0"
24     ]
25   }