blob: 3ae89d4f79b03c275c9b6c7811c5e532da2c4e91 [file] [log] [blame]
{
"name": "VirtualView",
"version": "1.2.1",
"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.1"
},
"source_files": "VirtualView/**/*.{h,m}",
"prefix_header_contents": "#import \"VVDefines.h\"",
"dependencies": {
"SDWebImage": [
"~> 4.2"
]
}
}