[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / 4 / RSASwiftGenerator / 1.0.5 / RSASwiftGenerator.podspec.json
bloba5b50e162cae69b7642413c5b4973af311c4c25a
2   "name": "RSASwiftGenerator",
3   "version": "1.0.5",
4   "summary": "A wrapper for Apple's RSA Generation function written in Swift.",
5   "swift_versions": "5.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": "1.0.5"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/**/*.swift",
24   "pod_target_xcconfig": {
25     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Sources/"
26   },
27   "resources": "Sources/*.{h,modulemap}",
28   "swift_version": "5.0"