[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 7 / 8 / Pin / 1.1.1 / Pin.podspec.json
blob502a7f6a7dd5f6ca5ff14d4d3637435671cecadd
2   "name": "Pin",
3   "version": "1.1.1",
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.1.1"
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   }