[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / d / f / a / NDAutolayoutUtils / 0.0.2 / NDAutolayoutUtils.podspec.json
blob871978414914bf1fbbe6921e828fd24bacbe404e
2   "name": "NDAutolayoutUtils",
3   "version": "0.0.2",
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     "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-autolayout-utils.git",
26     "tag": "Pod-0.0.2"
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "NDAutolayoutUtils/Core/**/*.{h,m,mm}",
33       "public_header_files": "NDAutolayoutUtils/Core/*.h"
34     },
35     {
36       "name": "Swift",
37       "dependencies": {
38         "NDAutolayoutUtils/Core": [
40         ]
41       },
42       "source_files": "NDAutolayoutUtils/Swift/**/*.{swift}"
43     }
44   ],
45   "swift_version": "5.2"