[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 8 / 1 / SwiftHelper / 0.0.6 / SwiftHelper.podspec.json
blob6ecfb0eeb68d4fd40a2622b1745cf02d52f3f51b
2   "name": "SwiftHelper",
3   "version": "0.0.6",
4   "summary": "项目中用的一些工具类和Extension",
5   "homepage": "https://github.com/LiuChang712/SwiftHelper",
6   "license": "MIT",
7   "authors": {
8     "liuchang": "iosliuchang@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/LiuChang712/SwiftHelper.git",
15     "tag": "0.0.6"
16   },
17   "source_files": [
18     "SwiftHelper",
19     "SwiftHelper/**/*.{swift}"
20   ],
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "Kingfisher": [
25       "~> 2.6.0"
26     ]
27   }