[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / 9 / WinkKit / 0.2.0 / WinkKit.podspec.json
blob2f3d95975c849c4aec86af86d05c1405be819aa3
2   "name": "WinkKit",
3   "version": "0.2.0",
4   "summary": "Base UIKit classes with more features.",
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.",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/WINKgroup/WinkKit.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "WinkKit/**/*.swift",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.0"
29     ],
30     "AlamofireImage": [
31       "~> 3.1"
32     ],
33     "Argo": [
35     ],
36     "Runes": [
38     ],
39     "Curry": [
41     ],
42     "UIColor_Hex_Swift": [
43       "~> 3.0.2"
44     ],
45     "DateTools": [
47     ]
48   },
49   "pushed_with_swift_version": "3.0"