[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 2 / 9 / TABObserverSet / 1.2.0 / TABObserverSet.podspec.json
blob4ef62080cd94bb20aabb30335e17abb417b50675
2   "name": "TABObserverSet",
3   "version": "1.2.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": "1.2.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": "3.0"