[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 5 / 2 / SSLE / 0.0.33 / SSLE.podspec.json
blob7714bdcc4dc9447a389ed7b11a4b2c2417528bd1
2   "name": "SSLE",
3   "version": "0.0.33",
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   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10"
18   },
19   "cocoapods_version": ">= 1.6.0",
20   "source": {
21     "git": "https://github.com/ccxdd/SSLE.git",
22     "tag": "0.0.33"
23   },
24   "source_files": "Sources/*/*.swift",
25   "exclude_files": "Classes/Exclude",
26   "frameworks": "Foundation",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "osx": {
31     "frameworks": "AppKit"
32   },
33   "requires_arc": true,
34   "dependencies": {
35     "CryptoSwift": [
36       "~> 0.14"
37     ],
38     "Alamofire": [
39       "~> 4.8.1"
40     ]
41   },
42   "swift_version": "5.0"