blob: 298efa2ac9b410e2c03528167b0a671f69097bf4 [file] [log] [blame]
{
"name": "VirtualView",
"version": "1.2.0",
"summary": "A solution to create & release UI component dynamically.",
"homepage": "https://github.com/alibaba/VirtualView-iOS",
"license": {
"type": "MIT"
},
"authors": {
"HarrisonXi": "gpra8764@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alibaba/VirtualView-iOS.git",
"tag": "1.2.0"
},
"source_files": "VirtualView/**/*.{h,m}",
"prefix_header_contents": "#import \"VVDefines.h\"",
"dependencies": {
"SDWebImage": [
"~> 4.3"
]
}
}