[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 8 / 3 / a / SKYKitChat / 1.5.0 / SKYKitChat.podspec.json
blob060bc67f3bf12e4ebe73c389c5395428b396a204
2   "name": "SKYKitChat",
3   "version": "1.5.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.5.0"
14   },
15   "platforms": {
16     "ios": "8.2"
17   },
18   "default_subspecs": "Core",
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "4.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "SKYKitChat/Classes/Core/**/*",
26       "resource_bundles": {
27         "SKYKitChatUI": [
28           "SKYKitChat/Assets/*.xcassets"
29         ]
30       },
31       "dependencies": {
32         "SKYKit/Core": [
33           "~> 1.3.1"
34         ],
35         "Realm": [
36           "~> 3.0.1"
37         ]
38       }
39     },
40     {
41       "name": "UI",
42       "source_files": "SKYKitChat/Classes/UI/**/*",
43       "dependencies": {
44         "SKYKitChat/Core": [
46         ],
47         "SKYKit/Core": [
48           "~> 1.3.1"
49         ],
50         "SVProgressHUD": [
51           "~> 2.1.0"
52         ],
53         "ALCameraViewController": [
54           "~> 3.0"
55         ],
56         "LruCache": [
57           "~> 0.1"
58         ],
59         "CTAssetsPickerController": [
60           "~> 3.3.1"
61         ],
62         "SKPhotoBrowser": [
63           "~> 5.0.5"
64         ],
65         "JSQSystemSoundPlayer": [
66           "~> 2.0.1"
67         ],
68         "JSQMessagesViewController-Skygear": [
69           "7.3.5.4"
70         ]
71       }
72     }
73   ]