[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / e / 5 / PLVMasonry / 1.1.0 / PLVMasonry.podspec.json
blob2cae14b35670002adb218f31d22caf34d6a3e2ce
2   "name": "PLVMasonry",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.",
6   "homepage": "http://git.polyv.net/ios/PolyvMasonry",
7   "authors": {
8     "Jonas Budelmann": "jonas.budelmann@gmail.com"
9   },
10   "source": {
11     "git": "http://git.polyv.net/ios/PolyvMasonry",
12     "tag": "v1.1.0"
13   },
14   "description": "Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.\nMasonry has its own layout DSL which provides a chainable way of describing your\nNSLayoutConstraints which results in layout code which is more concise and readable.\n   Masonry supports iOS and Mac OSX.",
15   "source_files": "Masonry/*.{h,m}",
16   "ios": {
17     "frameworks": [
18       "Foundation",
19       "UIKit"
20     ]
21   },
22   "tvos": {
23     "frameworks": [
24       "Foundation",
25       "UIKit"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "Foundation",
31       "AppKit"
32     ]
33   },
34   "platforms": {
35     "ios": "6.0",
36     "osx": "10.7",
37     "tvos": "9.0"
38   },
39   "requires_arc": true