[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 7 / f / RNCryptor / 4.1.0 / RNCryptor.podspec.json
bloba20c414d813d3600ae2d37dda243c5aaa0dc60f8
2   "name": "RNCryptor",
3   "version": "4.1.0",
4   "summary": "Cross-language AES Encryptor/Decryptor data format.",
5   "authors": {
6     "Rob Napier": "robnapier@gmail.com"
7   },
8   "social_media_url": "https://twitter.com/cocoaphony",
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/rnapier/RNCryptor.git",
12     "tag": "RNCryptor-4.1.0"
13   },
14   "description": "Implements a secure encryption format based on AES, PBKDF2, and HMAC.",
15   "homepage": "https://github.com/rnapier/RNCryptor",
16   "source_files": [
17     "RNCryptor.swift",
18     "RNCryptor.h"
19   ],
20   "platforms": {
21     "tvos": "9.0",
22     "ios": "8.0",
23     "osx": "10.9",
24     "watchos": "2.0"
25   }