[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / 1 / MovinSDK / 2.7.7 / MovinSDK.podspec.json
blobdb9846ba81c8e287f14a18e05f50ec9828ff840f
2   "name": "MovinSDK",
3   "version": "2.7.7",
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.7"
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