[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 9 / 7 / 0 / PASTA / 0.2.0 / PASTA.podspec.json
blob6e1b9dc9e0ceed76e752646c6fd1fc959926ab8a
2   "name": "PASTA",
3   "version": "0.2.0",
4   "summary": "Swift SDK to detect passive Tangibles using iOS.",
5   "description": "PASTA is a SDK developed to detect passive Tangibles on iOS.\nIt features detection, error handling on marker loss, and distinction of Tangibles.",
6   "homepage": "https://github.com/aroyarexs/PASTA",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aaron Krämer": "aaron@cs.rwth-aachen.de"
13   },
14   "source": {
15     "git": "https://github.com/aroyarexs/PASTA.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.1"
20   },
21   "source_files": "PASTA/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Metron": [
25       "~> 1.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0",
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "Tests/*",
34       "dependencies": {
35         "Quick": [
36           "~> 1.1.0"
37         ],
38         "Nimble": [
39           "~> 6.1"
40         ]
41       }
42     }
43   ]