[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / c / 4 / PinAutoLayout / 1.1.0 / PinAutoLayout.podspec.json
blob4a43844f41e1bdfbfcfe372fa65f06e270506fae
2   "name": "PinAutoLayout",
3   "version": "1.1.0",
4   "summary": "Easy to use AutoLayout With PinAutoLayout",
5   "description": "PinAutoLayout 致力于减少 AutoLayout 使用中的繁杂和琐碎的问题。\n通过合理的封装,来简化 90% 使用场景的使用场景。\n1)在 View 的级别简化 约束的设置。\n2)在布局的级别通过定义一些常见的布局来简化布局所需要编写的 AutoLayout 代码。\n3)与 ViewController 结合,简化 基于 topLayoutGuide,及 bottomLayoutGuide 的约束设置。",
6   "homepage": "https://github.com/banxi1988/PinAutoLayout",
7   "license": "MIT",
8   "authors": {
9     "banxi1988": "banxi1988@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/banxi1988/PinAutoLayout.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PinAutoLayout": [
22       "Pod/Assets/*.png"
23     ]
24   }