[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 2 / e / VCRToolFramework / 1.0.1 / VCRToolFramework.podspec.json
blob1cee5a38aaa28552a94051f8fb45e58e39a93d79
2   "name": "VCRToolFramework",
3   "version": "1.0.1",
4   "summary": "VCC short description of VCRToolFramework.",
5   "description": "hello world",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "homepage": "https://github.com/vcc1235/VCRToolFramework",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "vcc1235": "1041497818@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/vcc1235/VCRToolFramework.git",
19     "tag": "1.0.1",
20     "submodules": true
21   },
22   "dependencies": {
23     "Masonry": [
24       "~> 1.0.1"
25     ],
26     "SDWebImage": [
27       "~>3.8"
28     ],
29     "AFNetworking": [
30       "~>3.1.0"
31     ]
32   },
33   "vendored_frameworks": [
34     "VCRToolFramework/iOSPalette.framework"
35   ],
36   "requires_arc": true,
37   "xcconfig": {
38     "OTHER_LDFLAGS": "-ObjC"
39   },
40   "subspecs": [
41     {
42       "name": "Catorgate",
43       "source_files": "VCRToolFramework/Catorgate/*"
44     },
45     {
46       "name": "BrowerImage",
47       "source_files": "VCRToolFramework/BrowerImage/*",
48       "dependencies": {
49         "VCRToolFramework/Catorgate": [
51         ]
52       }
53     },
54     {
55       "name": "XMLParse",
56       "source_files": "VCRToolFramework/XMLParse/*.{h,m}",
57       "resources": "VCRToolFramework/XMLParse/world.xml",
58       "public_header_files": "VCRToolFramework/XMLParse/*.h"
59     },
60     {
61       "name": "Tool",
62       "source_files": "VCRToolFramework/Tool/*",
63       "dependencies": {
64         "VCRToolFramework/BrowerImage": [
66         ],
67         "VCRToolFramework/Catorgate": [
69         ]
70       },
71       "libraries": "sqlite3.0"
72     },
73     {
74       "name": "Scan",
75       "source_files": "VCRToolFramework/Scan/*.{h}",
76       "resources": "VCRToolFramework/Scan/CodeScan.bundle",
77       "vendored_libraries": [
78         "VCRToolFramework/Scan/libVCRQR.a"
79       ]
80     }
81   ]