blob: ef85c0b733746d00c3f5ff42c4427e50439cadba [file] [log] [blame]
{
"name": "DeepstreamIO",
"version": "2.0.6",
"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-2.0.6.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.10"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"resources": "swift/*.swift",
"dependencies": {
"Starscream": [
"~> 2.0.3"
]
},
"pushed_with_swift_version": "3.0"
}