[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / 0 / VTSideMenu / 1.0.0 / VTSideMenu.podspec.json
blobc2076376de41f71da40f289f9f70e24e950225d7
2   "name": "VTSideMenu",
3   "version": "1.0.0",
4   "summary": "A simple sideMenu lib for iOS , support Objective-C and Swift.",
5   "description": "It is a sideMenu view used on iOS, which implement by Objective-C and Swift.",
6   "homepage": "https://github.com/VincentDengSZ/VTSideMenu",
7   "license": "MIT",
8   "authors": {
9     "VincentDeng": "VincentDeng@4dxm.com"
10   },
11   "source": {
12     "git": "https://github.com/VincentDengSZ/VTSideMenu.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "10"
17   },
18   "requires_arc": true,
19   "source_files": "VTSideMenu/*",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   }