blob: 5d68387bf4c258e5a427741e7f273d9f6621e2cc [file] [log] [blame]
{
"name": "Lightstreamer_iOS_Client",
"version": "2.0.1",
"summary": "Lightstreamer Client for iOS.",
"description": "The Lightstreamer client for iOS lets you:\n\n* Connect to a Lightstreamer Server version 6.0 or greater.\n* Subscribe to items and receive real-time updates, keeping the bandwidth under control.\n* Send real-time messages to any metadata adapter.\n* Rely on automatic reconnection and subscription in case of network glitches.",
"homepage": "http://www.lightstreamer.com",
"license": {
"type": "Lightstreamer Software License Agreement",
"file": "Software License Agreement.txt"
},
"authors": {
"Lightstreamer": "support@lightstreamer.com"
},
"social_media_url": "https://twitter.com/lightstreamer",
"platforms": {
"ios": "5.1"
},
"source": {
"http": "http://www.lightstreamer.com/repo/cocoapods/ls-ios-client/2.0.1/ls-ios-client-2.0.1.zip"
},
"source_files": "include/*.h",
"vendored_libraries": [
"lib/libLightstreamer_iOS_client_64.a",
"lib/libjre_concurrent.a",
"lib/libjre_core.a",
"lib/libjre_net.a",
"lib/libjre_security.a",
"lib/libjre_ssl.a",
"lib/libjre_util.a"
],
"frameworks": [
"Security",
"SystemConfiguration"
],
"libraries": [
"icucore",
"z",
"jre_concurrent",
"jre_core",
"jre_net",
"jre_security",
"jre_ssl",
"jre_util"
],
"requires_arc": true
}