[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 2 / d / VirtualView / 1.2.5 / VirtualView.podspec.json
blob24e9edf291d6cc601611d24add132316a782b811
2   "name": "VirtualView",
3   "version": "1.2.5",
4   "summary": "A solution to create & release UI component dynamically.",
5   "homepage": "https://github.com/alibaba/VirtualView-iOS",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "HarrisonXi": "gpra8764@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/alibaba/VirtualView-iOS.git",
18     "tag": "1.2.5"
19   },
20   "source_files": "VirtualView/**/*.{h,m}",
21   "prefix_header_contents": "#import \"VVDefines.h\"",
22   "dependencies": {
23     "SDWebImage": [
24       "~> 4.2"
25     ]
26   }