[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 0 / KSLayout / 1.0.2 / KSLayout.podspec.json
blob4766c4b3e487ef0a5fb1a48348765303bd9c568f
2   "name": "KSLayout",
3   "version": "1.0.2",
4   "summary": "A tiny library that helps to automatically layout subviews in a container view by creating the necessary constraints",
5   "homepage": "https://github.com/cbot/KSLayout",
6   "license": "MIT",
7   "authors": {
8     "Kai Straßmann": "derkai@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/cbot/KSLayout.git",
12     "tag": "1.0.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "Classes/ios/*.h",
19   "source_files": "Classes/ios/*",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ]