[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / 4 / RSASwiftGenerator / 0.1.0 / RSASwiftGenerator.podspec.json
blob90c90a103bfc560e0c16e6de7adb624c63f19e96
2   "name": "RSASwiftGenerator",
3   "version": "0.1.0",
4   "summary": "A wrapper for Apple's RSA Generation function written in Swift.",
5   "swift_version": "4.0",
6   "description": "Generade and manage your RSA keys. A wrapper for Apple's RSA Generation function written in Swift.",
7   "homepage": "https://github.com/4taras4/RSASwiftGenerator",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tarik": "4taras4@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/4taras4/RSASwiftGenerator.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "9.3"
21   },
22   "dependencies": {
23     "CommonCryptoModule": [
25     ]
26   },
27   "requires_arc": true,
28   "source_files": "Sources/**/*.swift"