[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / e / PinLayout / 1.10.0 / PinLayout.podspec.json
blob13c828fb259257929d6e154e65aa84a9488dc665
2   "name": "PinLayout",
3   "version": "1.10.0",
4   "summary": "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast.",
5   "description": "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]",
6   "homepage": "https://github.com/layoutBox/PinLayout",
7   "license": "MIT license",
8   "authors": {
9     "Luc Dion": "luc_dion@yahoo.com"
10   },
11   "source": {
12     "git": "https://github.com/layoutBox/PinLayout.git",
13     "tag": "1.10.0"
14   },
15   "source_files": "Sources/**/*.swift",
16   "swift_versions": [
17     "4.2",
18     "5.0",
19     "5.1",
20     "5.2",
21     "5.3",
22     "5.4"
23   ],
24   "platforms": {
25     "ios": "9.0",
26     "tvos": "9.0",
27     "osx": "10.11"
28   },
29   "ios": {
30     "frameworks": [
31       "Foundation",
32       "CoreGraphics",
33       "UIKit"
34     ]
35   },
36   "tvos": {
37     "frameworks": [
38       "Foundation",
39       "CoreGraphics",
40       "UIKit"
41     ]
42   },
43   "osx": {
44     "frameworks": [
45       "Foundation",
46       "CoreGraphics",
47       "AppKit"
48     ]
49   },
50   "swift_version": "5.4"