[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 2 / 7 / NDMaterialComponentsUtils / 0.0.2 / NDMaterialComponentsUtils.podspec.json
blobfefb2afdfbf52533c601a0080ff05a8c86849471
2   "name": "NDMaterialComponentsUtils",
3   "version": "0.0.2",
4   "summary": "Utilities for MaterialComponents framework.",
5   "description": "NDMaterialComponentsUtils is a small collection of utilities for MaterialComponents framework.",
6   "homepage": "https://github.com/hiep-nd/nd-material-components-utils.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nguyen Duc Hiep": "hiep.nd@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": [
18     "4.0",
19     "5.1",
20     "5.2"
21   ],
22   "requires_arc": true,
23   "source": {
24     "git": "https://github.com/hiep-nd/nd-material-components-utils.git",
25     "tag": "Pod-0.0.2"
26   },
27   "default_subspecs": "Swift",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/Core/*.{h,m,mm,swift}",
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "FlexibleHeader",
36       "source_files": "Sources/FlexibleHeader/*.{h,m,mm,swift}",
37       "frameworks": "Foundation",
38       "dependencies": {
39         "MaterialComponents/FlexibleHeader": [
41         ],
42         "NDMaterialComponentsUtils/Core": [
44         ],
45         "NDLog": [
46           "~> 0.0.6"
47         ],
48         "NDUtils/objc": [
49           "~> 0.0.5"
50         ]
51       }
52     },
53     {
54       "name": "ObjC",
55       "dependencies": {
56         "NDMaterialComponentsUtils/Core": [
58         ],
59         "NDMaterialComponentsUtils/FlexibleHeader": [
61         ]
62       }
63     },
64     {
65       "name": "Swift",
66       "dependencies": {
67         "NDMaterialComponentsUtils/ObjC": [
69         ]
70       }
71     }
72   ],
73   "swift_version": "5.2"