[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / 5 / 2 / SSLE / 0.0.21 / SSLE.podspec.json
blob7292f7bf4963cbd20ec4c444426f82667f9794da
2   "name": "SSLE",
3   "version": "0.0.21",
4   "summary": "Swift Extension.",
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.21"
22   },
23   "source_files": "Sources/*/*.swift",
24   "exclude_files": "Classes/Exclude",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "CryptoSwift": [
32       "~> 0.13"
33     ]
34   }