[Add] mesibo 2.7.9
[CocoaPods.git] / Specs / 4 / 1 / 0 / PCMasonry / 1.0.0 / PCMasonry.podspec.json
blob04ec36fac21dfccca6ef5504588f28b16e82b8e4
2   "name": "PCMasonry",
3   "version": "1.0.0",
4   "summary": "A short description of PCMasonry.",
5   "description": "Privacy\nMasonry 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.\nMasonry supports iOS and Mac OSX.",
6   "homepage": "https://github.com/gitHaH/PCMasonry",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangmengmeng": "1006520276@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/gitHaH/PCMasonry.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "PCMasonry/Classes/**/*",
22   "resource_bundles": {
23     "PCMasonry": [
24       "PCMasonry/Assets/PrivacyInfo.xcprivacy"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ]