[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 7 / 8 / Pin / 2.1.0 / Pin.podspec.json
blob629505a767bcad1dcc4cd2a846cfd5f8bcecfd4b
2   "name": "Pin",
3   "version": "2.1.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": "2.1.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   }