blob: 04303dbf55841dc09f3f8e6e14aa8da99d85d6bd [file] [log] [blame]
{
"name": "MiniRex",
"version": "1.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Lightweight, easy to use and Swift-friendly generalized Publish/Subscribe types and utilities.",
"homepage": "https://github.com/Gabardone/MiniRex",
"authors": {
"Oscar Morales Vivo": "oscarmv@mac.com"
},
"source": {
"git": "https://github.com/Gabardone/MiniRex.git",
"tag": "MiniRex-1.0.5"
},
"swift_version": "5.0",
"source_files": "MiniRex/MiniRex/**/*.{swift,h}",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.9"
},
"frameworks": "Foundation",
"testspecs": [
{
"name": "MiniRexTests",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"source_files": "MiniRex/MiniRexTests/**/*.{swift}"
}
]
}