blob: 0272d38cbb81dc2a8595ff357160dae9eefee956 [file] [log] [blame]
{
"name": "DeepstreamIO",
"version": "1.0.0",
"summary": "The open realtime server - a fast, secure and scalable websocket & tcp server for mobile, web & iot",
"homepage": "https://deepstream.io",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Akram Hussein": "akramhussein@gmail.com",
"Yasser Fadl": "yasser.fadl@deepstreamhub.com"
},
"social_media_url": "http://twitter.com/deepstreamio",
"source": {
"http": "http://deepstream.io-client-ios.s3.amazonaws.com/DeepstreamIO-1.0.0.zip"
},
"requires_arc": true,
"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}/DeepstreamIO/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}/DeepstreamIO/j2objc/lib/macosx"
},
"frameworks": "ExceptionHandling"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/DeepstreamIO/j2objc/include ${PODS_ROOT}/DeepstreamIO/src/main/objc"
},
"platforms": {
"ios": "8.3",
"osx": "10.9"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"resources": "swift/*.swift"
}