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