[Add] VIDVOCR 3.1.5
[CocoaPods.git] / Specs / d / 0 / 3 / QLTool / 0.1.2 / QLTool.podspec.json
blobfc1232ab96bcdff11525066c880f47b4212f24f6
2   "name": "QLTool",
3   "version": "0.1.2",
4   "summary": "A short description of QLQRCodeScan.",
5   "description": "个人工具类",
6   "homepage": "https://github.com/mark1225/QLQRCodeScan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qilong": "915464855@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/mark1225/QLQRCodeScan.git",
19     "tag": "0.1.2"
20   },
21   "source_files": "QLQRCode/QLQRCode/QLTool/*.h",
22   "dependencies": {
23     "SDWebImage": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Category",
30       "source_files": "QLQRCode/QLQRCode/QLTool/Category/**/*.{h,m}",
31       "dependencies": {
32         "QLTool/Tool": [
34         ]
35       }
36     },
37     {
38       "name": "Tool",
39       "source_files": "QLQRCode/QLQRCode/QLTool/Tool/**/*.{h,m}"
40     }
41   ]