[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 2 / 6 / SwiftyMD5 / 0.0.1 / SwiftyMD5.podspec.json
blobaaa72824d630649e61998409e50be9283c4f1255
2   "name": "SwiftyMD5",
3   "version": "0.0.1",
4   "summary": "Change a string value to MD5.",
5   "description": "一个swift版本的MD5转换工具,\n摘抄自Kingfisher",
6   "homepage": "https://github.com/FJust/SwiftyMD5",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Just": "JustLee.me@hotmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "pod_target_xcconfig": {
18     "SWIFT_VERSION": "3.0"
19   },
20   "source": {
21     "git": "https://github.com/FJust/SwiftyMD5.git",
22     "tag": "0.0.1"
23   },
24   "source_files": "Sources/Swift+MD5.swift",
25   "requires_arc": true,
26   "pushed_with_swift_version": "3.0"