[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / 9 / c / e / PinLayout / 1.9.4 / PinLayout.podspec.json
blobc8dba425090444b495e54a8ecf5794089694fd23
2   "name": "PinLayout",
3   "version": "1.9.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.9.4"
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   ],
23   "platforms": {
24     "ios": "9.0",
25     "tvos": "9.0",
26     "osx": "10.11"
27   },
28   "ios": {
29     "frameworks": [
30       "Foundation",
31       "CoreGraphics",
32       "UIKit"
33     ]
34   },
35   "tvos": {
36     "frameworks": [
37       "Foundation",
38       "CoreGraphics",
39       "UIKit"
40     ]
41   },
42   "osx": {
43     "frameworks": [
44       "Foundation",
45       "CoreGraphics",
46       "AppKit"
47     ]
48   },
49   "swift_version": "5.3"