[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / f / 2 / 7 / NDMaterialComponentsUtils / 0.0.1 / NDMaterialComponentsUtils.podspec.json
blobd69f28ab1d0b1344768e757e9284aefeac21d69d
2   "name": "NDMaterialComponentsUtils",
3   "version": "0.0.1",
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     "tvos": "9.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "5.1",
21     "5.2"
22   ],
23   "requires_arc": true,
24   "source": {
25     "git": "https://github.com/hiep-nd/nd-material-components-utils.git",
26     "tag": "Pod-0.0.1"
27   },
28   "source_files": "NDMaterialComponentsUtils/*.{h,m,mm}",
29   "subspecs": [
30     {
31       "name": "FlexibleHeader",
32       "platforms": {
33         "ios": "9.0"
34       },
35       "source_files": "NDMaterialComponentsUtils/FlexibleHeader/**/*.{h,m,mm}",
36       "dependencies": {
37         "MaterialComponents/FlexibleHeader": [
39         ],
40         "NDLog": [
41           "~> 0.0.5"
42         ],
43         "NDUtils/objc": [
44           "~> 0.0.4"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.2"