[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 0 / KSLayout / 1.0.3 / KSLayout.podspec.json
bloba14326e0c5725410a5084717fb2e371c256787c5
2   "name": "KSLayout",
3   "version": "1.0.3",
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.3"
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   ]