[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / 2 / 0 / KSLayout / 1.0.0 / KSLayout.podspec.json
blob6c722fb3d8fb5ddd2e8ed35e2fcb04109633ed1d
2   "name": "KSLayout",
3   "version": "1.0.0",
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.0"
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   ]