[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 0 / a / SwiftObserver / 5.1.0 / SwiftObserver.podspec.json
blob09e805513cca6b4d159de62a90d2dfc767b53bc9
2   "name": "SwiftObserver",
3   "version": "5.1.0",
4   "summary": "The Elegant Approach to Reactive Swift",
5   "description": "SwiftObserver is a lightweight framework for reactive Swift. It's a bit unconventional and designed to be readable, easy, flexible, non-intrusive, simple and safe.",
6   "homepage": "http://flowtoolz.com",
7   "license": "MIT",
8   "authors": {
9     "Flowtoolz": "contact@flowtoolz.com"
10   },
11   "source": {
12     "git": "https://github.com/flowtoolz/SwiftObserver.git",
13     "tag": "5.1.0"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "tvos": "9.0"
21   },
22   "source_files": "Code/**/*.swift",
23   "dependencies": {
24     "SwiftyToolz": [
25       "~> 1.5.0"
26     ]
27   }