[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 2 / b / BohdiAR / 0.1.4 / BohdiAR.podspec.json
blob07871f9ee237db543a5cddd61769e40909d8406f
2   "name": "BohdiAR",
3   "version": "0.1.4",
4   "summary": "wrap OpenCV-Dynamic framework and ArUco library for AR apps",
5   "homepage": "https://github.com/sunpaq/BohdiAR-pod",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "sunpaq": "sunpaq@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/sunpaq/BohdiAR-pod.git",
15     "tag": "0.1.4"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "BohdiAR/Classes/**/*.{h,hpp,cpp,mm}",
21   "private_header_files": [
22     "BohdiAR/Classes/ArUco2/**/*.{h,hpp}",
23     "BohdiAR/Classes/Core/**/*.{h,hpp}"
24   ],
25   "frameworks": [
26     "Foundation",
27     "AVFoundation",
28     "UIKit",
29     "AssetsLibrary",
30     "CoreMedia"
31   ],
32   "dependencies": {
33     "OpenCV-Dynamic": [
35     ]
36   }