[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 3 / 1 / MovinSDK / 2.8.1 / MovinSDK.podspec.json
blob57b93db39d1487e2b9c5f2d8ddcb45aa0996516c
2   "name": "MovinSDK",
3   "version": "2.8.1",
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.8.1"
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