[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / d / MaterialUI / 1.0.0 / MaterialUI.podspec.json
blob61e4ef9f4fde5d56db1fd5ecdbbbf218983da9aa
2   "name": "MaterialUI",
3   "version": "1.0.0",
4   "summary": "MaterialUI is just a simple Material UI utility Module",
5   "description": "This module contains the tab bar controller with a circular button at center",
6   "homepage": "https://github.com/prashantLalShrestha/MaterialUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Prashant Shrestha": "prashantlurvs@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/prashantLalShrestha/MaterialUI.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Sources/**/*.{swift}",
22   "swift_versions": "5.0",
23   "resources": "Sources/DropDown/resources/*.{xib}",
24   "resource_bundles": {
25     "MaterialUIAssets": "Sources/**/*.{xcassets}"
26   },
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "MaterialComponents/Snackbar": [
35     ],
36     "MaterialComponents/Tabs": [
38     ],
39     "MaterialComponents/TextFields": [
41     ]
42   },
43   "swift_version": "5.0"