[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 1 / e / 7 / RealtimeMessaging-iOS / 2.1.20 / RealtimeMessaging-iOS.podspec.json
blobd4c1a075a25e9f6a743b799452e14de1f0be4ad0
2   "name": "RealtimeMessaging-iOS",
3   "version": "2.1.20",
4   "summary": "Realtime Cloud Messaging (ORTC) SDK for iOS",
5   "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",
6   "homepage": "http://framework.realtime.co/messaging",
7   "license": "MIT",
8   "authors": {
9     "Realtime.co": "framework@realtime.co"
10   },
11   "source": {
12     "git": "https://github.com/realtime-framework/RealtimeMessaging-iOS.git",
13     "tag": "2.1.20"
14   },
15   "social_media_url": "https://twitter.com/RTWworld",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/OrtcClient/*.{h,m}",
21   "public_header_files": "Pod/Classes/OrtcClient/*.h",
22   "libraries": "icucore",
23   "dependencies": {
24     "SocketRocket": [
25       "~> 0.3.1-beta2"
26     ]
27   }