[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 1 / 6 / ReactiveFoundation / 1.0.2 / ReactiveFoundation.podspec.json
blob57982e00473e9fe9c019be5188ad958ccacc05fe
2   "name": "ReactiveFoundation",
3   "version": "1.0.2",
4   "summary": "Reactive extensions for NSFoundation framework.",
5   "homepage": "https://github.com/ReactiveKit/ReactiveFoundation",
6   "license": "MIT",
7   "authors": {
8     "Srdan Rasic": "srdan.rasic@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ReactiveKit/ReactiveFoundation.git",
12     "tag": "v1.0.2"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source_files": "ReactiveFoundation/**/*.{h,swift}",
21   "requires_arc": true,
22   "dependencies": {
23     "ReactiveKit": [
25     ]
26   }