[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 5 / 8 / NobelDeepStreamIOS / 0.1.2 / NobelDeepStreamIOS.podspec.json
blobc02b497f4de39e655bae34ced0ed0901c028835e
2   "name": "NobelDeepStreamIOS",
3   "version": "0.1.2",
4   "summary": "This is a Nobel Systems project which is used in our IOT tool, tried our first cocopod",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ThiyagarajanShivSankaran/NobelDeepStreamIOS",
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}/NobelDeepStreamIOS/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}/NobelDeepStreamIOS/j2objc/lib/macosx"
41     },
42     "frameworks": "ExceptionHandling"
43   },
44   "xcconfig": {
45     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/NobelDeepStreamIOS/j2objc/include ${PODS_ROOT}/DeepstreamIO/src/main/objc"
46   },
47   "pod_target_xcconfig": {
48     "SWIFT_VERSION": "3.0"
49   },
50   "resources": "swift/*.swift",
51   "dependencies": {
52     "Starscream": [
53       "~> 3.0.2"
54     ]
55   }