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