[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 1 / 6 / ROCController / 0.0.1 / ROCController.podspec.json
blobc7b7e05327a8c2b5531370ebc0d745caacb8af63
2   "name": "ROCController",
3   "version": "0.0.1",
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",
16     "tag": "0.0.1"
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"