blob: bcdb06c9044656917015550f20fa0dc9b6c1ca9b [file] [log] [blame]
{
"name": "AJJTypedNotification",
"module_name": "TypedNotification",
"version": "2.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/alexjohnj/TypedNotification",
"authors": {
"Alex Jackson": "alex@alexj.org"
},
"summary": "Strongly typed notifications in Swift",
"source": {
"git": "https://github.com/alexjohnj/TypedNotification.git",
"tag": "v2.0.0"
},
"source_files": "Sources/TypedNotification.swift",
"swift_version": "5.0",
"static_framework": true,
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/TypedNotificationTests.swift",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
}
}
]
}