[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 0 / a / SimpleConstraints / 0.2.0 / SimpleConstraints.podspec.json
blob658fe327f69f2bfcc56ba3691d1dde51c6ccf5b0
2   "name": "SimpleConstraints",
3   "version": "0.2.0",
4   "summary": "SimpleConstraints makes it easier and more intuitive to create NSLayoutConstraints.",
5   "description": "SimpleConstraints allows you to create NSLayoutConstraints using mathematical equations. This makes it a lot more intuitive to create layout constraints.",
6   "homepage": "https://github.com/pauljohanneskraft/SimpleConstraints",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pauljohanneskraft": "pauljohanneskraft@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/pauljohanneskraft/SimpleConstraints.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "SimpleConstraints/Classes/**/*",
23   "frameworks": "UIKit"