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