[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / a / b / SwiftyRSA / 1.3.1 / SwiftyRSA.podspec.json
blob694de406e7fa39247128e906ee598f1eb9626269
2   "name": "SwiftyRSA",
3   "version": "1.3.1",
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": "1.3.1"
14   },
15   "source_files": "SwiftyRSA/*.{swift,m,h}",
16   "exclude_files": "SwiftyRSA/SwiftyRSA+ObjC.swift",
17   "frameworks": "Security",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.3",
21     "tvos": "9.2",
22     "watchos": "2.2"
23   },
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "ObjC",
28       "source_files": "SwiftyRSA/*.{swift,m,h}"
29     }
30   ]