blob: 4c61d3477e25d366f824385130afe899999ff504 [file] [log] [blame]
{
"name": "TABObserverSet",
"version": "2.0.0",
"summary": "NotificationCenter re-conceptualization for Swift.",
"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.",
"homepage": "https://github.com/theappbusiness/TABObserverSet",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kane Cheshire": "kane.cheshire@theappbusiness.com"
},
"source": {
"git": "https://github.com/theappbusiness/TABObserverSet.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"TABObserverSet/Classes/**/*",
"ObserverSet.swift"
],
"pushed_with_swift_version": "4.0"
}