blob: fa35d336ef7a27024413adcda5bd82976f8ae7b9 [file] [log] [blame]
{
"name": "RealtimeMessaging-iOS",
"version": "2.1.16",
"summary": "Realtime Cloud Messaging (ORTC) SDK for iOS",
"description": "Part of the The Realtime® Framework, Realtime Cloud Messaging (aka ORTC) is a secure, fast and highly scalable cloud-hosted Pub/Sub real-time message broker for web and mobile apps.\n\nIf your website or mobile app has data that needs to be updated in the user’s interface as it changes (e.g. real-time stock quotes or ever changing social news feed) Realtime Cloud Messaging is the reliable, easy, unbelievably fast, “works everywhere” solution.\n",
"homepage": "http://framework.realtime.co/messaging",
"license": "MIT",
"authors": {
"Realtime.co": "framework@realtime.co"
},
"source": {
"git": "https://github.com/realtime-framework/RealtimeMessaging-iOS.git",
"tag": "2.1.16"
},
"social_media_url": "https://twitter.com/RTWworld",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/OrtcClient/*.{h,m}",
"public_header_files": "Pod/Classes/OrtcClient/*.h",
"libraries": "icucore",
"dependencies": {
"SocketRocket": [
"~> 0.3.1-beta2"
]
}
}