[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / 4 / IDMExtensions / 0.1.0 / IDMExtensions.podspec.json
blobf6f8b2e563d22462cda270f4649fccb5375cf8a7
2   "name": "IDMExtensions",
3   "version": "0.1.0",
4   "swift_versions": [
5     "5.0",
6     "5.1",
7     "5.2",
8     "5.3"
9   ],
10   "summary": "Set of extensions of IDMCore.",
11   "description": "Collection of extensions for IDMCore. Maybe there are many subspecs for a type of component. Please select right one which fits to your business. For example: Codable or ObjectMapper, Loading or MBProgressHUD or JGProgressHUD, ...",
12   "homepage": "https://github.com/congncif/IDMExtensions",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "NGUYEN CHI CONG": "congnc.if@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/congncif/IDMExtensions.git",
22     "tag": "0.1.0"
23   },
24   "social_media_url": "https://twitter.com/congncif",
25   "platforms": {
26     "ios": "9.0"
27   },
28   "default_subspecs": "Default",
29   "subspecs": [
30     {
31       "name": "Default",
32       "dependencies": {
33         "IDMExtensions/ErrorHandler": [
35         ]
36       }
37     },
38     {
39       "name": "ErrorHandler",
40       "source_files": "IDMExtensions/ErrorHandler/**/*.swift",
41       "dependencies": {
42         "IDMCore": [
44         ],
45         "SiFUtilities/Show": [
47         ]
48       }
49     },
50     {
51       "name": "Loading",
52       "source_files": "IDMExtensions/Loading/**/*.swift",
53       "dependencies": {
54         "IDMCore": [
56         ],
57         "SiFUtilities/Loading": [
59         ]
60       }
61     },
62     {
63       "name": "MBProgressHUD",
64       "source_files": "IDMExtensions/MBProgressHUD/**/*.swift",
65       "dependencies": {
66         "IDMCore": [
68         ],
69         "MBProgressHUD": [
71         ],
72         "SiFUtilities/Localize": [
74         ]
75       }
76     },
77     {
78       "name": "JGProgressHUD",
79       "source_files": "IDMExtensions/JGProgressHUD/*.swift",
80       "dependencies": {
81         "IDMCore": [
83         ],
84         "JGProgressHUD": [
86         ],
87         "SiFUtilities/Localize": [
89         ]
90       }
91     },
92     {
93       "name": "ObjectMapper",
94       "source_files": "IDMExtensions/ObjectMapper/*.swift",
95       "dependencies": {
96         "IDMCore": [
98         ],
99         "ObjectMapper": [
101         ]
102       }
103     },
104     {
105       "name": "Codable",
106       "source_files": "IDMExtensions/Codable/*.swift",
107       "dependencies": {
108         "IDMCore": [
110         ]
111       }
112     }
113   ],
114   "swift_version": "5.3"