[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / a / 2 / 0 / KSLayout / 1.0.1 / KSLayout.podspec.json
blob8e3999e730fd7a84a110a41603c2a782d8f7bd79
2   "name": "KSLayout",
3   "version": "1.0.1",
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.1"
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   ]