blob: b76a84058dfdfece48a07b804c1c9da09ba71732 [file] [log] [blame]
{
"name": "TAReactorKitHelper",
"version": "0.1.0",
"summary": "TAReactorKitHelper.",
"description": "TAReactorKitHelper. That's it...",
"homepage": "https://www.tailored-apps.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dominik Arnhof": "da@tailored-apps.com",
"Mario Hahn": "mh@tailored-apps.com"
},
"source": {
"git": "https://github.com/tailoredmedia/TAReactorKitHelper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11",
"watchos": "3.0"
},
"source_files": "TAReactorKitHelper/**/*.swift",
"dependencies": {
"ReactorKit": [
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"source_files": "TAReactorKitHelperTests/**/*.swift"
}
]
}