[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 6 / 2 / RSAKit / 0.9.0 / RSAKit.podspec.json
blob6bd912fbbb292f04837076981cb3a612cdfb2ba8
2   "name": "RSAKit",
3   "version": "0.9.0",
4   "summary": "RSA api for Objective-C.",
5   "description": "RSA api for Objective-C, use this api for RSA encrypt/decrypt or sign/verify your data.",
6   "homepage": "https://github.com/IvanChan/RSAKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "_ivanC": "aintivanc@icloud.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/IvanChan/RSAKit.git",
19     "tag": "0.9.0"
20   },
21   "source_files": [
22     "RSAKit",
23     "RSAKit/**/*.{h,m}"
24   ],
25   "frameworks": "Security"