[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 8 / b / 9 / DSKitSwift / 0.0.2 / DSKitSwift.podspec.json
blobd8b781dfdf8826d6a259af439534871c33e685f6
2   "name": "DSKitSwift",
3   "version": "0.0.2",
4   "summary": "Swift项目常用代码",
5   "swift_version": "4.0",
6   "description": "TODO: Swift,苹果于2014年WWDC(苹果开发者大会)发布的新开发语言,可与Objective-C*共同运行于Mac OS和iOS平台,用于搭建基于苹果平台的应用程序。 Swift是一款易学易用的编程语言,而且它还是第一套具有与脚本语言同样的表现力和趣味性的系统编程语言。Swift的设计以安全为出发点,以避免各种常见的编程错误类别。2015年12月4日,苹果公司宣布其Swift编程语言现在开放源代码",
7   "homepage": "https://github.com/DreamSkywwl/DSKitSwift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "DS": "2575697142@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/DreamSkywwl/DSKitSwift.git",
17     "tag": "0.0.2"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "DSKitSwift/Classes/**/*",
23   "dependencies": {
24     "SnapKit": [
25       "4.2.0"
26     ],
27     "Alamofire": [
28       "4.7.3"
29     ],
30     "HandyJSON": [
31       "4.2.0"
32     ],
33     "SVProgressHUD": [
34       "2.2.5"
35     ]
36   }