[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / 0 / AutoLayoutKit / 0.5.0 / AutoLayoutKit.podspec.json
bloba544b80e2888b8e4b745a6b09bd941ca318f7c98
2   "name": "AutoLayoutKit",
3   "version": "0.5.0",
4   "summary": "A descriptive way to create NSLayoutConstraints for AutoLayout in iOS 6.0+. Just use ALK to layout your views!",
5   "description": "                   This Cocoa Touch framework provides a simple and intuitive \n                   way to deal with AutoLayout and NSLayoutConstraints in iOS \n                   applications 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": "https://github.com/floriankrueger/AutoLayoutKit",
7   "license": "MIT",
8   "authors": {
9     "Florian Krueger": "florian.krueger@projectserver.org"
10   },
11   "source": {
12     "git": "https://github.com/floriankrueger/AutoLayoutKit.git",
13     "tag": "0.5.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"