| { |
| "name": "Gate360Player", |
| "version": "0.1.0", |
| "summary": "360 video player-Gate360Player.", |
| "description": "Gate360 Player", |
| "homepage": "https://github.com/chamara-dev/Gate360Player.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chamara Susantha": "chamara.susantha@vcube.co.jp" |
| }, |
| "source": { |
| "git": "https://github.com/chamara-dev/Gate360Player.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Gate360Player/Classes/**/*.{h,m,c}", |
| "resources": "Gate360Player/Shader/*", |
| "frameworks": [ |
| "QuartzCore", |
| "OpenGLES", |
| "CoreGraphics", |
| "CoreVideo", |
| "CoreMedia", |
| "CoreAudio", |
| "AVFoundation", |
| "AudioToolbox", |
| "GLKit", |
| "CFNetwork", |
| "Security" |
| ], |
| "libraries": [ |
| "sqlite3", |
| "stdc++.6", |
| "icucore", |
| "c++" |
| ], |
| "subspecs": [ |
| { |
| "name": "libWebRTC", |
| "source_files": "libjingle_peerconnection/Headers/*.h", |
| "vendored_libraries": "libjingle_peerconnection/libWebRTC.a" |
| } |
| ] |
| } |