[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 3 / 360flyGoPanoEngine / 4.0.1 / 360flyGoPanoEngine.podspec.json
blob6d15be052813844e22b61a406cb50a05e6b7eda9
2   "name": "360flyGoPanoEngine",
3   "version": "4.0.1",
4   "summary": "360fly library for panoramic video rendering and capture.",
5   "homepage": "https://360fly.com",
6   "authors": {
7     "360fly": "support@360fly.com"
8   },
9   "license": "Apache License, Version 2.0",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/360fly/360flyGoPanoEngine-iOS.git",
15     "tag": "4.0.1"
16   },
17   "source_files": "360flyGoPanoEngine/GoPanoEngine.framework/Headers/*.h",
18   "vendored_frameworks": "360flyGoPanoEngine/GoPanoEngine.framework",
19   "frameworks": [
20     "AudioToolbox",
21     "AVFoundation",
22     "CoreGraphics",
23     "CoreMedia",
24     "CoreVideo",
25     "Foundation",
26     "QuartzCore"
27   ],
28   "ios": {
29     "frameworks": [
30       "AssetsLibrary",
31       "CoreMotion",
32       "GLKit",
33       "MobileCoreServices",
34       "OpenGLES",
35       "UIKit"
36     ]
37   },
38   "requires_arc": true,
39   "dependencies": {
40     "AFNetworking": [
41       "~> 2"
42     ],
43     "libextobjc": [
44       "~> 0.3"
45     ],
46     "Mantle": [
47       "~> 1.5"
48     ],
49     "ChuzzleKit": [
50       "~> 1.0"
51     ]
52   }