[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 9 / 1 / SwCrypt / 5.1.3 / SwCrypt.podspec.json
blobe89267a34b8733c680b3209f1b266b7ce421031c
2   "name": "SwCrypt",
3   "version": "5.1.3",
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     "osx": "10.12",
16     "watchos": "3.0",
17     "tvos": "11.0"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/soyersoyer/SwCrypt.git",
22     "tag": "5.1.3"
23   },
24   "source_files": "SwCrypt/**/*.{h,swift}"