[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 8 / 6 / LTChat / 0.0.3 / LTChat.podspec.json
blobf8f32fd35390a6b42515e17b8bde9d527416155a
2   "name": "LTChat",
3   "version": "0.0.3",
4   "summary": "Chat use XMPP framework and WebRTC framework.",
5   "description": "Base on XMPP framework and WebRTC framework. First release.",
6   "homepage": "https://github.com/l900416/LTChat",
7   "license": "MIT",
8   "authors": {
9     "liangtong": "l900416@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/l900416/LTChat.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "LTChat",
20     "LTChat/**/*.{h,m}"
21   ],
22   "public_header_files": "LTChat/**/*.h",
23   "resources": [
24     "LTChat/LTChat.bundle",
25     "LTChat/**/*.{xib}"
26   ],
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "CFNetwork",
31     "CoreData",
32     "CoreLocation",
33     "Security",
34     "SystemConfiguration"
35   ],
36   "requires_arc": true,
37   "dependencies": {
38     "XMPPFramework": [
39       "~> 3.7.0"
40     ],
41     "WebRTC": [
42       "~> 61.5.19063"
43     ]
44   },
45   "pushed_with_swift_version": "4.0"