[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / 0 / 2 / e / VCRToolFramework / 1.0.4 / VCRToolFramework.podspec.json
blobe4999c5840bdf62ce712b463deccdbac19d466fb
2   "name": "VCRToolFramework",
3   "version": "1.0.4",
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.4",
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   "requires_arc": true,
35   "xcconfig": {
36     "OTHER_LDFLAGS": "-ObjC"
37   },
38   "subspecs": [
39     {
40       "name": "Catorgate",
41       "source_files": "VCRToolFramework/Catorgate/*"
42     },
43     {
44       "name": "BrowerImage",
45       "source_files": "VCRToolFramework/BrowerImage/*",
46       "dependencies": {
47         "VCRToolFramework/Catorgate": [
49         ]
50       }
51     },
52     {
53       "name": "XMLParse",
54       "source_files": "VCRToolFramework/XMLParse/*.{h,m}",
55       "resources": "VCRToolFramework/XMLParse/world.xml",
56       "public_header_files": "VCRToolFramework/XMLParse/*.h"
57     },
58     {
59       "name": "Tool",
60       "source_files": "VCRToolFramework/Tool/*",
61       "dependencies": {
62         "VCRToolFramework/BrowerImage": [
64         ],
65         "VCRToolFramework/Catorgate": [
67         ]
68       },
69       "libraries": "sqlite3.0"
70     },
71     {
72       "name": "Scan",
73       "source_files": "VCRToolFramework/Scan/*.{h}",
74       "resources": "VCRToolFramework/Scan/CodeScan.bundle",
75       "vendored_libraries": [
76         "VCRToolFramework/Scan/libVCRQR.a"
77       ]
78     }
79   ]