[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / f / VCRTool / 0.0.2 / VCRTool.podspec.json
blob30339be5c239418e2e635348ea938d9de6e59bae
2   "name": "VCRTool",
3   "version": "0.0.2",
4   "summary": "VCC short description of VCRTool",
5   "description": "hello world",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "homepage": "https://github.com/vcc1235/VCRTool",
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/VCRTool.git",
19     "tag": "0.0.2",
20     "submodules": true
21   },
22   "source_files": "VCRTool/VCRTool/VCRTool.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": "LocalParse",
41       "source_files": [
42         "VCRTool/**/**/VCRLocal*.{h,m}",
43         "VCRTool/**/**/VCRPickerView.{h,m}"
44       ],
45       "resources": "VCRTool/**/**/world.xml"
46     }
47   ]