[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / c / 5 / SnapLayoutKit / 1.0 / SnapLayoutKit.podspec.json
blob97ae0134720bd18b73ce2ab2ade59a64c451ba50
2   "name": "SnapLayoutKit",
3   "version": "1.0",
4   "homepage": "https://github.com/soren1146/SnapLayoutKit",
5   "summary": "Light and easy autolayout for Swift.",
6   "description": "SnapLayoutKit is a lightweight Swift framework (<300 lines) that lets you create Auto Layout ocnstraints programmatically. The framework extends UIView with wrapper functions, that does not conflict with your current constraints in the project. The methods are chainable resulting in an ease with setting up your UI.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Søren Møller Gade Hansen",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/soren1146/SnapLayoutKit.git",
17     "tag": "v1.0"
18   },
19   "source_files": "Source/*.swift",
20   "swift_version": "4.2"