| { |
| "name": "MovinSDK", |
| "version": "2.7.7", |
| "summary": "Static iOS library of the MovinSDK.", |
| "description": "This repository contains the static iOS library of the MovinSDK.", |
| "homepage": "http://www.movin.io", |
| "license": { |
| "type": "CC BY-ND 3.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Movin ": "info@movin.io" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/movinio/MovinSDK-iOS.git", |
| "tag": "2.7.7" |
| }, |
| "source_files": "include/**/*.h", |
| "public_header_files": "include/**/*.h", |
| "preserve_paths": "libMovinSDK.a", |
| "ios": { |
| "vendored_libraries": "libMovinSDK.a" |
| }, |
| "libraries": [ |
| "c++", |
| "z" |
| ], |
| "frameworks": [ |
| "ImageIO", |
| "CoreMotion", |
| "SystemConfiguration", |
| "CoreLocation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |