[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 5 / 1 / 4 / panoplayer_ios_static / 1.0.0 / panoplayer_ios_static.podspec.json
blob55d20001274d3291bdac1e103e6609b359da95c2
2   "name": "panoplayer_ios_static",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "detu panoplayer static libaray",
6   "homepage": "https://www.detu.com",
7   "authors": {
8     "detu": "https://detu.com/"
9   },
10   "source": {
11     "git": "https://github.com/hzdetu/panoplayer_ios_static.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "public_header_files": "lib/include/*.{h}",
18   "source_files": [
19     "lib/include/*.{h}",
20     "lib/IJKMediaFramework.framework",
21     "lib/libPanoPlayerStatic.a",
22     "lib/include/*.{fsh,vsh}"
23   ],
24   "requires_arc": true,
25   "resources": [
26     "lib/include/*.{fsh,vsh}"
27   ],
28   "preserve_paths": [
29     "lib/IJKMediaFramework.framework",
30     "lib/libPanoPlayerStatic.a"
31   ],
32   "frameworks": [
33     "CoreGraphics",
34     "Foundation",
35     "UIkit",
36     "AVFoundation",
37     "OpenGLES",
38     "QuartzCore",
39     "CoreVideo",
40     "CoreMotion",
41     "CoreText",
42     "Security",
43     "CFNetwork",
44     "AudioToolbox",
45     "VideoToolbox",
46     "CoreMedia",
47     "IJKMediaFramework",
48     "opencv2"
49   ],
50   "libraries": [
51     "z",
52     "xml2",
53     "c++",
54     "bz2",
55     "iconv",
56     "PanoPlayerStatic"
57   ],
58   "vendored_libraries": "lib/libPanoPlayerStatic.a",
59   "xcconfig": {
60     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/panoplayer_ios_static/lib/\" \"$(PODS_ROOT)/OpenCV/\"",
61     "HEADER_SEARCH_PATHS": "/usr/include/libxml2 \"$(PODS_ROOT)/panoplayer_ios_static/lib/IJKMediaFramework.framework/Headers\" \"$(PODS_ROOT)/OpenCV/opencv2.framework/Header\"",
62     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
63     "CLANG_CXX_LIBRARY": "libc++"
64   },
65   "dependencies": {
66     "SDWebImage": [
67       "~> 3.7"
68     ],
69     "AFNetworking": [
70       "~> 2.0"
71     ],
72     "OpenCV": [
73       "2.4.9"
74     ]
75   }