[Add] XZTextImageView 10.1.0
[CocoaPods.git] / Specs / 2 / d / 1 / LayoutKit / 0.2.0 / LayoutKit.podspec.json
bloba5225f507fc793a2d2422e5f8fc9e89b554a414d
2   "name": "LayoutKit",
3   "version": "0.2.0",
4   "summary": "A descriptive way to create NSLayoutConstraints in iOS 6.0+ and access / modify them on runtime.",
5   "description": "                   This Cocoa Touch framework provides a simple and intuitive \n                   way to deal with NSLayoutConstraints in iOS applications \n                   which run under iOS 6.0 or later. It is still \n                   work-in-progress and I have some plans on expanding it.\n",
6   "homepage": "http://layoutkit.github.io",
7   "license": "MIT",
8   "authors": {
9     "Florian Krueger": "florian.krueger@projectserver.org"
10   },
11   "source": {
12     "git": "https://github.com/floriankrueger/LayoutKit.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "resources": "Assets",
21   "public_header_files": "Classes/**/*.h",
22   "frameworks": "UIKit"