[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / d / 1 / SecurityExtensions / 1.1.0 / SecurityExtensions.podspec.json
blob5195b30e86ae1b0be8562b7d795e646abd97fa7e
2   "name": "SecurityExtensions",
3   "version": "1.1.0",
4   "summary": "This framework intends to make it easier to use some of Apple's Security framework APIs from Swift.",
5   "description": "This framework provides extensions for SecIdentity, SecCertificate and SecKey. It allows you to easily use their functionality in a Swift manner. Things you can do include: generate key pairs, encrypt and decrypt, sign data, get public keys and private keys from identities and certificates.",
6   "homepage": "https://github.com/svdo/swift-SecurityExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Stefan van den Oord": "soord@mac.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/svdo/swift-SecurityExtensions.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "SecurityExtensions/*.swift",
22   "frameworks": "Security",
23   "requires_arc": true,
24   "dependencies": {
25     "IDZSwiftCommonCrypto": [
26       "~> 0.7"
27     ]
28   }