[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 2 / e / VCRToolFramework / 1.0.0 / VCRToolFramework.podspec.json
blob83b17a3d9a32e78eb04934931f70d4fa5613a7a5
2   "name": "VCRToolFramework",
3   "version": "1.0.0",
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.0",
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   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "Catorgate",
37       "source_files": "VCRToolFramework/Catorgate/*"
38     },
39     {
40       "name": "BrowerImage",
41       "source_files": "VCRToolFramework/BrowerImage/*",
42       "dependencies": {
43         "VCRToolFramework/Catorgate": [
45         ]
46       }
47     },
48     {
49       "name": "XMLParse",
50       "source_files": "VCRToolFramework/XMLParse/*.{h,m}",
51       "resources": "VCRToolFramework/XMLParse/world.xml",
52       "public_header_files": "VCRToolFramework/XMLParse/*.h"
53     },
54     {
55       "name": "Tool",
56       "source_files": "VCRToolFramework/Tool/*",
57       "dependencies": {
58         "VCRToolFramework/BrowerImage": [
60         ],
61         "VCRToolFramework/Catorgate": [
63         ]
64       },
65       "libraries": "sqlite3.0"
66     },
67     {
68       "name": "Scan",
69       "source_files": "VCRToolFramework/Scan/*.{h}",
70       "vendored_libraries": "VCRToolFramework/Scan/libVCRQR.a"
71     }
72   ]