[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 0 / a / ARController / 0.1.2 / ARController.podspec.json
blobcbd09addd14a94bbb96302dd7a1e631544c5a1d4
2   "name": "ARController",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "ARController/Sources/**/*",
22   "pushed_with_swift_version": "4.0"