[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / 3 / a / SKYKitChat / 1.1.0 / SKYKitChat.podspec.json
blob53ae711e993b3e2c8aad313cb02e3a836739bf47
2   "name": "SKYKitChat",
3   "version": "1.1.0",
4   "summary": "Chat extension for SKYKit",
5   "description": "This is the client library for the Skygear Chat extension.",
6   "homepage": "https://github.com/SkygearIO/chat-SDK-iOS",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Oursky Ltd.": "hello@oursky.com"
10   },
11   "source": {
12     "git": "https://github.com/SkygearIO/chat-SDK-iOS.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "8.2"
17   },
18   "default_subspecs": "Core",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "SKYKitChat/Classes/Core/**/*",
24       "resource_bundles": {
25         "SKYKitChatUI": [
26           "SKYKitChat/Assets/*.xcassets"
27         ]
28       },
29       "dependencies": {
30         "SKYKit/Core": [
31           "~> 1.1"
32         ]
33       }
34     },
35     {
36       "name": "UI",
37       "source_files": "SKYKitChat/Classes/UI/**/*",
38       "dependencies": {
39         "SKYKitChat/Core": [
41         ],
42         "SKYKit/Core": [
43           "~> 1.1"
44         ],
45         "JSQMessagesViewController": [
46           "~> 7.3.0"
47         ],
48         "SVProgressHUD": [
49           "~> 2.1.0"
50         ],
51         "ALCameraViewController": [
52           "~> 2.0"
53         ],
54         "LruCache": [
55           "~> 0.1"
56         ],
57         "CTAssetsPickerController": [
58           "~> 3.3.1"
59         ]
60       }
61     }
62   ]