[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / f / 4 / DDModal / 1.0.15 / DDModal.podspec.json
blobbb5afd9980a2915e142fad2c0a4a431a083b26f4
2   "name": "DDModal",
3   "version": "1.0.15",
4   "summary": "弹窗工具类",
5   "homepage": "https://github.com/BrownCN023/DDModal",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liyebiao1990": "347991555@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/BrownCN023/DDModal.git",
18     "tag": "1.0.15"
19   },
20   "public_header_files": "DDModal/DDModal.h",
21   "source_files": "DDModal/DDModal.h",
22   "resources": "DDModal/Resources/DDModal.bundle",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "dependencies": {
29     "Masonry": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "DDModal/Core/*.{h,m}"
37     },
38     {
39       "name": "Simple",
40       "dependencies": {
41         "DDModal/Core": [
43         ]
44       },
45       "source_files": "DDModal/Simple/*.{h,m}"
46     },
47     {
48       "name": "SimpleCalendar",
49       "dependencies": {
50         "DDModal/Core": [
52         ]
53       },
54       "source_files": "DDModal/SimpleCalendar/*.{h,m}"
55     }
56   ]