[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / 9 / WinkKit / 0.5.1 / WinkKit.podspec.json
blobac8754bd6fb683ac8c541105e27eda4e2beca865
2   "name": "WinkKit",
3   "version": "0.5.1",
4   "summary": "Base UIKit classes with more features and MVP/Viper implementation.",
5   "description": "This framework have a set of UIKit subclasses to improve their implementation; \nit has been written to create a guideline for Wink's projects and to have some common\nbehaviours: for example `UIView` is sublcassed to provide more control in InterfaceBuilder.\nMorover, it follows a kind of MVP/Viper architecture implementation.",
6   "homepage": "https://github.com/WINKgroup/WinkKit",
7   "license": {
8     "type": "MIT",
9     "file": "WinkKit/LICENSE"
10   },
11   "authors": {
12     "Rico Crescenzio": "rico.crescenzio@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/WINKgroup/WinkKit.git",
19     "tag": "0.5.1"
20   },
21   "source_files": "WinkKit/**/*.swift",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.5"
29     ],
30     "AlamofireImage": [
31       "~> 3.2"
32     ],
33     "Argo": [
35     ],
36     "Runes": [
38     ],
39     "Curry": [
41     ],
42     "DateTools": [
44     ]
45   },
46   "pushed_with_swift_version": "echo \"4.0\" > .swift-version"