[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / 6 / 7 / d / DeepStreamIOS / 0.1.1 / DeepStreamIOS.podspec.json
blob5c46c35761f5cac6fe8725bfc1d304ae508dbc84
2   "name": "DeepStreamIOS",
3   "version": "0.1.1",
4   "summary": "DeepStreamIOS is created by Nobel Systems",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ThiyagarajanShivSankaran/DeepStreamIOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ThiyagarajanShivSankaran": "thiyagarajan@nobel-systems.com"
13   },
14   "source": {
15     "http": "http://geoviewermobiledata.s3.amazonaws.com/NobelDeepStreamIOS.zip"
16   },
17   "platforms": {
18     "ios": "8.3",
19     "osx": "10.11"
20   },
21   "public_header_files": "src/DeepstreamIO.h",
22   "source_files": "src/DeepstreamIO.h",
23   "preserve_paths": "{j2objc,src}/**/*.{h,m,a}",
24   "libraries": [
25     "jre_emul",
26     "z"
27   ],
28   "ios": {
29     "vendored_libraries": "lib/iosRelease/libdeepstream.io-client-java-j2objc.a",
30     "xcconfig": {
31       "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/DeepStreamIOS/j2objc/lib"
32     }
33   },
34   "watchos": {
35     "vendored_libraries": "lib/iosRelease/libdeepstream.io-client-java-j2objc.a"
36   },
37   "osx": {
38     "vendored_libraries": "lib/x86_64Release/libdeepstream.io-client-java-j2objc.a",
39     "xcconfig": {
40       "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/DeepStreamIOS/j2objc/lib/macosx"
41     },
42     "frameworks": "ExceptionHandling"
43   },
44   "xcconfig": {
45     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/DeepStreamIOS/j2objc/include ${PODS_ROOT}/DeepStreamIOS/src/main/objc"
46   },
47   "pod_target_xcconfig": {
48     "SWIFT_VERSION": "4.0"
49   },
50   "resources": "swift/*.swift",
51   "dependencies": {
52     "Starscream": [
53       "~> 3.0.2"
54     ]
55   }