[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 3 / 1 / MovinSDK / 2.7.2 / MovinSDK.podspec.json
blobc9246c98cb952ef7cf829c871e2b632b339e15a2
2   "name": "MovinSDK",
3   "version": "2.7.2",
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.7.2"
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