[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 5 / 2 / SSLE / 0.0.23 / SSLE.podspec.json
blob13a4af584665e53cd788f4cd6269cb61216b65c8
2   "name": "SSLE",
3   "version": "0.0.23",
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_version": "4.2",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.12"
18   },
19   "cocoapods_version": ">= 1.6.0",
20   "source": {
21     "git": "https://github.com/ccxdd/SSLE.git",
22     "tag": "0.0.23"
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.13"
37     ]
38   }