[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 3 / 1 / MovinSDK / 2.6.0 / MovinSDK.podspec.json
blob871a3340fa88bdca40eb2a25163c5680cff6975e
2   "name": "MovinSDK",
3   "version": "2.6.0",
4   "summary": "Static iOS library of the MovinSDK.",
5   "description": "This repository contains the static iOS library of the MovinSDK.",
6   "homepage": "http://www.movin.io",
7   "license": {
8     "type": "CC BY-ND 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Movin ": "info@movin.io"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/movinio/MovinSDK-iOS.git",
19     "tag": "2.6.0"
20   },
21   "source_files": "include/**/*.h",
22   "public_header_files": "include/**/*.h",
23   "preserve_paths": "libMovinSDK.a",
24   "ios": {
25     "vendored_libraries": "libMovinSDK.a"
26   },
27   "libraries": [
28     "c++",
29     "z"
30   ],
31   "frameworks": [
32     "ImageIO",
33     "CoreMotion",
34     "SystemConfiguration",
35     "CoreLocation",
36     "UIKit"
37   ],
38   "requires_arc": true