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