[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / 5 / 6 / b / MasonryForTDesk / 1.2.0 / MasonryForTDesk.podspec.json
blob3811bca536d3c52d96d51e5d80df2f03f68bd4d6
2   "name": "MasonryForTDesk",
3   "version": "1.2.0",
4   "license": "MIT",
5   "summary": "Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.",
6   "homepage": "https://github.com/cloudkite/Masonry",
7   "authors": {
8     "Jonas Budelmann": "jonas.budelmann@gmail.com"
9   },
10   "social_media_url": "http://twitter.com/cloudkite",
11   "source": {
12     "git": "https://github.com/RoleWong/Masonry.git",
13     "tag": "1.2.0"
14   },
15   "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.",
16   "source_files": "Masonry/*.{h,m}",
17   "ios": {
18     "frameworks": [
19       "Foundation",
20       "UIKit"
21     ]
22   },
23   "tvos": {
24     "frameworks": [
25       "Foundation",
26       "UIKit"
27     ]
28   },
29   "osx": {
30     "frameworks": [
31       "Foundation",
32       "AppKit"
33     ]
34   },
35   "platforms": {
36     "ios": "9.0"
37   },
38   "requires_arc": true