[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / b / f / EDTSUI / 0.0.9 / EDTSUI.podspec.json
blobce9298bf6b9bdd5d9353f5d254dce90ecd9dba0a
2   "name": "EDTSUI",
3   "version": "0.0.9",
4   "summary": "EDTSUI is an iOS SDK for design user interface",
5   "description": "EDTSUI is an iOS SDK that help developer to design user interface based on EDTS Design System.",
6   "homepage": "https://github.com/elevenia/edts-ui-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Victor Agung Sukarno": "victor.sukarno@sg-edts.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/elevenia/edts-ui-ios.git",
20     "tag": "0.0.9"
21   },
22   "source_files": [
23     "EDTSUI",
24     "EDTSUI/**/*.{h,m}"
25   ],
26   "resources": [
27     "EDTSUI/**/*.{xib}"
28   ],
29   "subspecs": [
30     {
31       "name": "Color",
32       "source_files": "EDTSUI/Atoms/Color"
33     },
34     {
35       "name": "Font",
36       "source_files": "EDTSUI/Atoms/Font"
37     },
38     {
39       "name": "OTP",
40       "source_files": "EDTSUI/Components/OTP",
41       "resources": [
42         "EDTSUI/Components/OTP/*.{xib}"
43       ]
44     },
45     {
46       "name": "Textfield",
47       "source_files": "EDTSUI/Components/Textfield",
48       "resources": [
49         "EDTSUI/Components/Textfield/*.{xib}"
50       ]
51     },
52     {
53       "name": "PopUp",
54       "source_files": "EDTSUI/Modules/PopUp",
55       "resources": [
56         "EDTSUI/Modules/PopUp/*.{xib}"
57       ]
58     },
59     {
60       "name": "Onboarding",
61       "source_files": "EDTSUI/Modules/Onboarding",
62       "resources": [
63         "EDTSUI/Modules/Onboarding/*.{xib}"
64       ]
65     },
66     {
67       "name": "Stepper",
68       "source_files": "EDTSUI/Components/Stepper",
69       "resources": [
70         "EDTSUI/Components/Stepper/*.{xib}"
71       ]
72     },
73     {
74       "name": "SuccessPage",
75       "source_files": "EDTSUI/Modules/SuccessPage",
76       "resources": [
77         "EDTSUI/Modules/SuccessPage/*.{xib}"
78       ]
79     },
80     {
81       "name": "Toaster",
82       "source_files": "EDTSUI/Components/Toaster",
83       "resources": [
84         "EDTSUI/Components/Toaster/*.{xib}"
85       ]
86     }
87   ],
88   "swift_version": "5.0"