blob: 6e1b9dc9e0ceed76e752646c6fd1fc959926ab8a [file] [log] [blame]
{
"name": "PASTA",
"version": "0.2.0",
"summary": "Swift SDK to detect passive Tangibles using iOS.",
"description": "PASTA is a SDK developed to detect passive Tangibles on iOS.\nIt features detection, error handling on marker loss, and distinction of Tangibles.",
"homepage": "https://github.com/aroyarexs/PASTA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron Krämer": "aaron@cs.rwth-aachen.de"
},
"source": {
"git": "https://github.com/aroyarexs/PASTA.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.1"
},
"source_files": "PASTA/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Metron": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/*",
"dependencies": {
"Quick": [
"~> 1.1.0"
],
"Nimble": [
"~> 6.1"
]
}
}
]
}