[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 5 / 1 / ReactiveSwifty / 1.0.1 / ReactiveSwifty.podspec.json
blob52acbeb1f74f1307594c0bca9827e576addad457
2   "name": "ReactiveSwifty",
3   "version": "1.0.1",
4   "summary": "Enhances streams of values provided by ReactiveSwift",
5   "description": "Overloads `ReactiveSwift` for better streaming of values, allowing for high productivity.",
6   "homepage": "https://github.com/iDonJose/ReactiveSwifty",
7   "source": {
8     "git": "https://github.com/iDonJose/ReactiveSwifty.git",
9     "tag": "1.0.1"
10   },
11   "license": {
12     "type": "Apache 2.0",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "iDonJose": "donor.develop@gmail.com"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/**/*.{h,swift}",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "ReactiveSwift": [
25       "~> 4.0"
26     ]
27   }