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