[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 7 / e / 3 / NSLayoutKid / 2.0.0 / NSLayoutKid.podspec.json
blobdcbf9dc0c1f8957ab735b701d30d5785fce052ad
2   "name": "NSLayoutKid",
3   "version": "2.0.0",
4   "summary": "NSLayoutConstraint operators not found in the core distribtion",
5   "description": "A collection of operators for NSLayoutConstraint adding commonly requested operations not found in the core distribution\n  of NSLayoutConstraint.",
6   "homepage": "https://github.com/ssankosik/NSLayoutKid",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ssankosik": "https://github.com/ssankosik/NSLayoutKid"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/ssankosik/NSLayoutKid.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "NSLayoutKid/Source/**/*.{swift}",
23   "frameworks": "Foundation",
24   "swift_version": "5.0"