[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 0 / a / ARController / 0.1.0 / ARController.podspec.json
bloba1a91b1765e54cb41b3f29e210c3f270fa132bcf
2   "name": "ARController",
3   "version": "0.1.0",
4   "summary": "ARController. MVC on SceneNodes.",
5   "description": "Idea is to provide to AR and Scene kit mechanism similar to  ViewController. Usually several application consist of several subsequent phases, or scenes.\nEach scene happened insed same environment, sessions and objects however interactions between them, user actions and UI can vary.",
6   "homepage": "https://github.com/Michael-Vorontsov/ARController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Vorontsov": "mykhailov@starsgroup.com"
13   },
14   "source": {
15     "git": "https://github.com/Michael-Vorontsov/ARController.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "ARController/Sources/**/*",
22   "pushed_with_swift_version": "4.0"