[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 7 / 0 / ARFocusSquare / 2.4.2 / ARFocusSquare.podspec.json
blob7a762d99c309d61de203467e3636547809c61866
2   "name": "ARFocusSquare",
3   "version": "2.4.2",
4   "summary": "A reusable version of FocusSquare from Apple example.",
5   "description": "FocusNode shows the estimation of vertical or horizontal planes,\nwith a node being placed at that location with the correct orientation.\nThis class is only an adaptation of Apple's sample code found at this location:\nhttps://developer.apple.com/documentation/arkit/handling_3d_interaction_and_ui_controls_in_augmented_reality\nIt requires iOS 13.0 or higher and was tested with Swift 5.1",
6   "homepage": "https://github.com/ifullgaz/ARFocusSquare",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Emmanuel Merali": "emmanuel@merali.me"
13   },
14   "module_name": "ARFocusSquare",
15   "source": {
16     "git": "https://github.com/ifullgaz/ARFocusSquare.git",
17     "tag": "2.4.2"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": [
23     "5.0",
24     "5.1"
25   ],
26   "source_files": "ARFocusSquare/Classes/**/*",
27   "dependencies": {
28     "IFGExtensions": [
29       "~> 0.1.1"
30     ]
31   },
32   "swift_version": "5.1"