[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / f / SugarAnchor / 0.1.0 / SugarAnchor.podspec.json
blobbf536dfdb83d4a5ad937adb0f02dcde67a46d87d
2   "name": "SugarAnchor",
3   "version": "0.1.0",
4   "summary": "A simpler way to work with NSLayoutAnchor",
5   "description": "SugarAnchor is syntactic sugar on NSLayoutAnchor to help us write more compact, readable and easy layout code. It wraps up all of NSLayoutXAxisAnchor, NSLayoutYAxisAnchor and NSLayoutDimension functionalities under some easy to use operators to reduce verbosity.",
6   "homepage": "https://github.com/ashikahmad/SugarAnchor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ashikahmad": "ashikcu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ashikahmad/SugarAnchor.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SugarAnchor/Classes/**/*",
22   "pushed_with_swift_version": "3.0"