[Add] XZTextImageView 10.1.0
[CocoaPods.git] / Specs / d / 9 / 1 / SwCrypt / 5.1.0 / SwCrypt.podspec.json
blob69b5eff3d8eb521f0eeb5d99575afedf0480a23e
2   "name": "SwCrypt",
3   "version": "5.1.0",
4   "summary": "RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X",
5   "homepage": "https://github.com/soyersoyer/SwCrypt",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "soyersoyer": "soyer@irl.hu"
11   },
12   "swift_version": "4.2",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/soyersoyer/SwCrypt.git",
19     "branch": "master",
20     "submodules": true
21   },
22   "source_files": "SwCrypt/**/*.{h,swift}"