blob: b1fd20097bb45c892a1c8c635b8ee3735a136ed6 [file] [log] [blame]
{
"name": "VCRTool",
"version": "0.0.1",
"summary": "VCC short description of VCRTool",
"description": "hello world",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/vcc1235/VCRTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vcc1235": "1041497818@qq.com"
},
"source": {
"git": "https://github.com/vcc1235/VCRTool.git",
"tag": "0.0.1",
"submodules": true
},
"source_files": "VCRTool/VCRTool/VCRTool.h",
"dependencies": {
"Masonry": [
"~> 1.0.1"
],
"SDWebImage": [
"~>3.8"
],
"AFNetworking": [
"~>3.1.0"
]
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"subspecs": [
{
"name": "LocalParse",
"source_files": [
"VCRTool/**/**/VCRLocal*.{h,m}",
"VCRTool/**/**/VCRPicker*.{h,m}"
],
"resources": "VCRTool/**/**/world.xml"
}
]
}