[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 7 / b / ClipLayout / 1.0.1 / ClipLayout.podspec.json
blob8a75840969943b818f84898514ffaf7d8329addf
2   "name": "ClipLayout",
3   "version": "1.0.1",
4   "summary": "Simple and performant Layout Engine. It's faster and more concise than AutoLayout :)",
5   "description": "ClipLayout allows you to write less code for determining the size of the views and positioning them on screen.",
6   "homepage": "https://github.com/DenisLitvin/ClipLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Denis Litvin": "den.litvinn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DenisLitvin/ClipLayout.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "ClipLayout/Classes/**/*",
22   "swift_version": "4.1"