[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / e / WTProto / 1.0.3 / WTProto.podspec.json
blobcd7c1fafa2c895e2a623396ebcd3fbb17a45b6f6
2   "name": "WTProto",
3   "version": "1.0.3",
4   "summary": "WTProtocol re-encapsulates the XMPP communication protocol based on XMPPFramework. .",
5   "description": "WTProtocol re-encapsulates the XMPP communication protocol based on XMPPFramework.\nWTProto is the most core class that manager the all the XMPP communication.",
6   "homepage": "https://github.com/vilsonlee/WTProto",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vilson": "vilson.li@gzemt.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/vilsonlee/WTProto.git",
19     "tag": "1.0.3"
20   },
21   "source_files": [
22     "WTProtocal/WTProto/ThirdParty/**/*.{h,m}",
23     "WTProtocal/WTProto/MUC/**/*.{h,m}",
24     "WTProtocal/WTProto/Utils/**/*.{h,m}",
25     "WTProtocal/WTProto/DataCenter/**/*.{h,m}",
26     "WTProtocal/WTProto/Connection/**/*.{h,m}",
27     "WTProtocal/WTProto/Tracker/**/*.{h,m}",
28     "WTProtocal/WTProto/Roster/**/*.{h,m}",
29     "WTProtocal/WTProto/stream/**/*.{h,m}",
30     "WTProtocal/WTProto/message/**/*.{h,m}",
31     "WTProtocal/WTProto/Interface/**/*.{h,m}"
32   ],
33   "requires_arc": true,
34   "dependencies": {
35     "WTXMPPFramework": [
37     ],
38     "AFNetworking": [
40     ],
41     "SignalProtocolC": [
43     ],
44     "SignalProtocolObjC": [
46     ]
47   }