[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / 0 / ApplyStyleKit / 0.3.1 / ApplyStyleKit.podspec.json
blobc456f15eee87f33e17ca36f879f7274b038d7042
2   "name": "ApplyStyleKit",
3   "version": "0.3.1",
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.3.1"
17   },
18   "source_files": "ApplyStyleKit/**/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   }