[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / e / b / DCCJMessageCenter / 0.2.9 / DCCJMessageCenter.podspec.json
blobc1c402927aecd979e94417f05ff6877d9c1f8777
2   "name": "DCCJMessageCenter",
3   "version": "0.2.9",
4   "summary": "A module mainly to handle message send and verify",
5   "description": "A module mainly to handle message send and verify Used by DCCJ",
6   "homepage": "https://github.com/Ghstart/DCCJMessageCenter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ghstart": "gonghuan2020@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Ghstart/DCCJMessageCenter.git",
16     "tag": "0.2.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DCCJMessageCenter/Classes/**/*",
22   "resource_bundles": {
23     "DCCJMessageCenter": [
24       "DCCJMessageCenter/Classes/**/*.{png,jpeg,jpg,storyboard,xib}"
25     ]
26   },
27   "dependencies": {
28     "DCCJNetwork": [
29       "~> 0.4.1"
30     ]
31   }