[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 3 / a / SKYKitChat / 0.0.2 / SKYKitChat.podspec.json
blobc19c3ab031b1aac34f575e2b63d2613186ae5d57
2   "name": "SKYKitChat",
3   "version": "0.0.2",
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": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
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       "dependencies": {
25         "SKYKit/Core": [
26           "~> 0.21.0"
27         ]
28       }
29     },
30     {
31       "name": "UI",
32       "source_files": "SKYKitChat/Classes/UI/**/*",
33       "dependencies": {
34         "SKYKitChat/Core": [
36         ],
37         "SKYKit/Core": [
38           "~> 0.21.0"
39         ],
40         "JSQMessagesViewController": [
41           "~> 7.3.0"
42         ],
43         "SVProgressHUD": [
44           "~> 2.1.0"
45         ]
46       }
47     }
48   ]