[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 2 / e / VCRToolFramework / 1.0.3 / VCRToolFramework.podspec.json
blob92eef91ddcf4a78de995a7e0fb762bd64d27396f
2   "name": "VCRToolFramework",
3   "version": "1.0.3",
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.3",
20     "submodules": true
21   },
22   "source_files": "VCRToolFramework/*.h",
23   "dependencies": {
24     "Masonry": [
25       "~> 1.0.1"
26     ],
27     "SDWebImage": [
28       "~>3.8"
29     ],
30     "AFNetworking": [
31       "~>3.1.0"
32     ]
33   },
34   "vendored_frameworks": [
35     "VCRToolFramework/iOSPalette.framework"
36   ],
37   "requires_arc": true,
38   "xcconfig": {
39     "OTHER_LDFLAGS": "-ObjC"
40   },
41   "subspecs": [
42     {
43       "name": "Catorgate",
44       "source_files": "VCRToolFramework/Catorgate/*"
45     },
46     {
47       "name": "BrowerImage",
48       "source_files": "VCRToolFramework/BrowerImage/*",
49       "dependencies": {
50         "VCRToolFramework/Catorgate": [
52         ]
53       }
54     },
55     {
56       "name": "XMLParse",
57       "source_files": "VCRToolFramework/XMLParse/*.{h,m}",
58       "resources": "VCRToolFramework/XMLParse/world.xml",
59       "public_header_files": "VCRToolFramework/XMLParse/*.h"
60     },
61     {
62       "name": "Tool",
63       "source_files": "VCRToolFramework/Tool/*",
64       "dependencies": {
65         "VCRToolFramework/BrowerImage": [
67         ],
68         "VCRToolFramework/Catorgate": [
70         ]
71       },
72       "libraries": "sqlite3.0"
73     },
74     {
75       "name": "Scan",
76       "source_files": "VCRToolFramework/Scan/*.{h}",
77       "resources": "VCRToolFramework/Scan/CodeScan.bundle",
78       "vendored_libraries": [
79         "VCRToolFramework/Scan/libVCRQR.a"
80       ]
81     }
82   ]