[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / a / NDAutolayoutUtils / 1.0 / NDAutolayoutUtils.podspec.json
blob9875911e9e53c5930ffe800587abc63861749a6d
2   "name": "NDAutolayoutUtils",
3   "version": "1.0",
4   "summary": "A small library for autolayout.",
5   "description": "NDAutolayoutUtils is a small library for autolayout.",
6   "homepage": "https://github.com/hiep-nd/nd-autolayout-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-autolayout-utils.git",
25     "tag": "Pod-1.0"
26   },
27   "default_subspecs": "Swift",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/Core/*.{h,m,mm,swift}",
33         "Sources/Core/Privates/*.{h,m,mm,swift}"
34       ],
35       "private_header_files": "Sources/Core/Privates/*.h",
36       "frameworks": "UIKit",
37       "dependencies": {
38         "NDLog": [
39           "~> 1.0"
40         ],
41         "NDUtils/Foundation": [
42           "~> 1.0"
43         ]
44       }
45     },
46     {
47       "name": "ObjC",
48       "dependencies": {
49         "NDAutolayoutUtils/Core": [
51         ]
52       }
53     },
54     {
55       "name": "Swift",
56       "source_files": "Sources/Swift/*.{h,m,mm,swift}",
57       "dependencies": {
58         "NDAutolayoutUtils/Core": [
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.2"