blob: c02b497f4de39e655bae34ced0ed0901c028835e [file] [log] [blame]
{
"name": "NobelDeepStreamIOS",
"version": "0.1.2",
"summary": "This is a Nobel Systems project which is used in our IOT tool, tried our first cocopod",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ThiyagarajanShivSankaran/NobelDeepStreamIOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ThiyagarajanShivSankaran": "thiyagarajan@nobel-systems.com"
},
"source": {
"http": "http://geoviewermobiledata.s3.amazonaws.com/NobelDeepStreamIOS.zip"
},
"platforms": {
"ios": "8.3",
"osx": "10.11"
},
"public_header_files": "src/DeepstreamIO.h",
"source_files": "src/DeepstreamIO.h",
"preserve_paths": "{j2objc,src}/**/*.{h,m,a}",
"libraries": [
"jre_emul",
"z"
],
"ios": {
"vendored_libraries": "lib/iosRelease/libdeepstream.io-client-java-j2objc.a",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/NobelDeepStreamIOS/j2objc/lib"
}
},
"watchos": {
"vendored_libraries": "lib/iosRelease/libdeepstream.io-client-java-j2objc.a"
},
"osx": {
"vendored_libraries": "lib/x86_64Release/libdeepstream.io-client-java-j2objc.a",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/NobelDeepStreamIOS/j2objc/lib/macosx"
},
"frameworks": "ExceptionHandling"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/NobelDeepStreamIOS/j2objc/include ${PODS_ROOT}/DeepstreamIO/src/main/objc"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"resources": "swift/*.swift",
"dependencies": {
"Starscream": [
"~> 3.0.2"
]
}
}