[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / 0 / ApplyStyleKit / 0.1.3 / ApplyStyleKit.podspec.json
blob90d23c9713c6b14b180aa506828f4f17569cd4f1
2   "name": "ApplyStyleKit",
3   "version": "0.1.3",
4   "summary": "You can apply design style comfortably, using Swifty Method Chain.",
5   "description": "ApplyStyleKit is a library that applies styles to UIKit using Swifty Method Chain.\nNormally, when applying styles to UIView etc.,\nit is necessary to write propertyName and equal operator many times.\nWith ApplyStyleKit, you can comfortably apply style to your code.",
6   "homepage": "https://github.com/shindyu/ApplyStyleKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shindyu": "shindyu.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/shindyu/ApplyStyleKit.git",
16     "tag": "0.1.3"
17   },
18   "source_files": "ApplyStyleKit/**/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   }