blob: 6988cdf19d34731ef7cb1ad2fff362ce2a123f87 [file] [log] [blame]
{
"name": "Observator",
"version": "0.1.0",
"summary": "Simple global data sharing mechanism for Swift.",
"homepage": "https://github.com/endanke/Observator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"endanke": "endanke@gmail.com"
},
"source": {
"git": "https://github.com/endanke/Observator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"4.0"
],
"source_files": "Observator/**/*",
"swift_version": "4.0"
}