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