[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / c / 9 / WMZForm / 1.0.1 / WMZForm.podspec.json
blob4cbce39336735486ede0700a69fbb437a8bc26eb
2   "name": "WMZForm",
3   "version": "1.0.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "requires_arc": true,
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "summary": "快速构建表单,不止是表单,也可以画各种界面",
13   "description": "轻量级",
14   "homepage": "https://github.com/wwmz/WMZForm",
15   "authors": {
16     "wmz": "925457662@qq.com"
17   },
18   "source": {
19     "git": "https://github.com/wwmz/WMZForm",
20     "tag": "1.0.1"
21   },
22   "source_files": "WMZForm/WMZForm/**/*.{h,m}",
23   "user_target_xcconfig": {
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
25   },
26   "frameworks": "UIKit",
27   "resources": "WMZForm/WMZForm/WMZFormMain/WMZForm.bundle",
28   "dependencies": {
29     "SDWebImage": [
31     ],
32     "Masonry": [
34     ],
35     "WMZDialog": [
36       ">=1.1.2"
37     ],
38     "IQKeyboardManager": [
40     ]
41   }