[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / a / b / SwiftyRSA / 0.4.0 / SwiftyRSA.podspec.json
blob690889cc2cb5bf959272115ab9a0aa8c96edf72d
2   "name": "SwiftyRSA",
3   "version": "0.4.0",
4   "summary": "Public key RSA encryption in Swift.",
5   "description": "Encrypt with a RSA public key, decrypt with a RSA private key.",
6   "homepage": "https://github.com/TakeScoop/SwiftyRSA",
7   "license": "MIT",
8   "authors": {
9     "Scoop": "ops@takescoop.com"
10   },
11   "source": {
12     "git": "https://github.com/TakeScoop/SwiftyRSA.git",
13     "tag": "0.4.0"
14   },
15   "source_files": "SwiftyRSA/*.{swift,m,h}",
16   "frameworks": "Security",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.3",
20     "tvos": "9.2",
21     "watchos": "2.2"
22   }