[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 1 / 6 / ROCController / 0.0.3 / ROCController.podspec.json
blob09c3dc7e7d62b9ec23cec79a21b78aa887c0d0cf
2   "name": "ROCController",
3   "version": "0.0.3",
4   "summary": "Realm Object Chat Controller. A powerful Chatto controller backed by Realm!",
5   "description": "Creating a chat app is insanely hard. Not only the UI but also the data layer. With Realm's fast database and change notification API, we can show blazing fast, 60fps chats that you can easily integrate into your own app.",
6   "homepage": "https://github.com/realm/roc-ios-controller",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mbalex99": "mbalex99@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/realm/roc-ios-controller.git",
16     "tag": "0.0.3"
17   },
18   "social_media_url": "https://twitter.com/maxofeden",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ROCController/Classes/**/*",
23   "resource_bundles": {
24     "ROCController": [
25       "ROCController/Assets/Images.xcassets"
26     ]
27   },
28   "frameworks": "UIKit",
29   "dependencies": {
30     "RealmSwift": [
31       "~> 2.4.4"
32     ],
33     "Chatto": [
34       "~> 3.0.1"
35     ],
36     "ChattoAdditions": [
37       "~> 3.0.1"
38     ]
39   },
40   "pushed_with_swift_version": "3.0"