[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 0 / a / SwiftObserver / 4.2.0 / SwiftObserver.podspec.json
blob25c263da6bf3b71423587c690a93e4a3e37b7240
2   "name": "SwiftObserver",
3   "version": "4.2.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": "4.2.0"
14   },
15   "requires_arc": true,
16   "swift_version": "4.2",
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.4"
26     ]
27   }