[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / e / 7 / 8 / Pin / 1.0.0 / Pin.podspec.json
blobc0c3c1c4f30346f83374c2ba9c0efdf9fd7afb70
2   "name": "Pin",
3   "version": "1.0.0",
4   "summary": "Pin is a Swift wrapper for AutoLayout",
5   "description": "For those that have a preference to do UI code in iOS programatically rather than using Interface Builder, NSLayoutConstraints can take up a lot of lines of code. They can also be quite difficult to read and make sense of. The goal of this is to restrict the length required to express a layout constraint. It also makes the constraint easier to ready. This library is aimed for Swift use. It won't be as pleasent in Objective C, due to the builder chaining of functions.",
6   "homepage": "https://github.com/studomonly/Pin",
7   "license": "MIT",
8   "authors": {
9     "Stuart Lynch": "stu@iname.com"
10   },
11   "source": {
12     "git": "https://github.com/studomonly/Pin.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Pin": [
22       "Pod/Assets/*.png"
23     ]
24   }