[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / e / PinLayout / 1.10.4 / PinLayout.podspec.json
blobb5a96455f5c0c5fceb796e4a751bf6f01bdef74f
2   "name": "PinLayout",
3   "version": "1.10.4",
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.4"
14   },
15   "source_files": "Sources/**/*.swift",
16   "swift_versions": [
17     "4.2",
18     "5.7"
19   ],
20   "platforms": {
21     "ios": "12.0",
22     "tvos": "12.0",
23     "osx": "10.13"
24   },
25   "ios": {
26     "frameworks": [
27       "Foundation",
28       "CoreGraphics",
29       "UIKit"
30     ]
31   },
32   "tvos": {
33     "frameworks": [
34       "Foundation",
35       "CoreGraphics",
36       "UIKit"
37     ]
38   },
39   "osx": {
40     "frameworks": [
41       "Foundation",
42       "CoreGraphics",
43       "AppKit"
44     ]
45   },
46   "swift_version": "5.7"