[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / 5 / 2 / SSLE / 0.0.1 / SSLE.podspec.json
blob06e0abc937ac643bd4337567d3c215b238d1764b
2   "name": "SSLE",
3   "version": "0.0.1",
4   "summary": "SSLE.",
5   "description": "Swift Standard Library Extension",
6   "homepage": "https://github.com/ccxdd/SSLE",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ccxdd": "e_xiaodong@hotmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "cocoapods_version": ">= 1.4.0",
18   "swift_version": "4.2",
19   "source": {
20     "git": "https://github.com/ccxdd/SSLE.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "Sources/*/*.swift",
24   "exclude_files": "Classes/Exclude",
25   "requires_arc": true,
26   "dependencies": {
27     "CryptoSwift": [
28       "~> 0.13"
29     ]
30   }