[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 5 / 9 / ARModelGenerator / 1.0.1 / ARModelGenerator.podspec.json
blob6f822ede917ebb10439e42de63b98a897ba5a1db
2   "name": "ARModelGenerator",
3   "version": "1.0.1",
4   "summary": "Augmented Reality model generator",
5   "description": "This pod is used to generate 3d models on top of a given marker",
6   "homepage": "https://github.com/RapsusMTN",
7   "swift_version": "4.2",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jorge Martin": "jmartin@fiveflamesmobile.com"
14   },
15   "source": {
16     "git": "https://github.com/RapsusMTN/ARModelGenerator.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "11.3"
21   },
22   "source_files": "ARModelGenerator/**/*.{swift}",
23   "resources": "ARModelGenerator/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
24   "frameworks": [
25     "UIKit",
26     "ARKit"
27   ]