[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / 9 / TABObserverSet / 2.0.0 / TABObserverSet.podspec.json
blob4c61d3477e25d366f824385130afe899999ff504
2   "name": "TABObserverSet",
3   "version": "2.0.0",
4   "summary": "NotificationCenter re-conceptualization for Swift.",
5   "description": "TABObserverSet provides a Swift-y alternative to the traditional NotificationCenter style of reactive programming.\nWith a simple syntax, TABObserverSet is easy to use and read in your code.",
6   "homepage": "https://github.com/theappbusiness/TABObserverSet",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kane Cheshire": "kane.cheshire@theappbusiness.com"
13   },
14   "source": {
15     "git": "https://github.com/theappbusiness/TABObserverSet.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": [
25     "TABObserverSet/Classes/**/*",
26     "ObserverSet.swift"
27   ],
28   "pushed_with_swift_version": "4.0"