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