[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / d / 0 / ApplyStyleKit / 0.1.0 / ApplyStyleKit.podspec.json
blobe862679d0a71a8caaf0efac851d551e587563ef3
2   "name": "ApplyStyleKit",
3   "version": "0.1.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.1.0"
17   },
18   "source_files": "ApplyStyleKit/**/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "pushed_with_swift_version": "4.2"