[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 7 / f / RNCryptor / 4.0.0-beta.1 / RNCryptor.podspec.json
blob6392622b4fac7a2836d7e132c5057a56ed1325c9
2   "name": "RNCryptor",
3   "version": "4.0.0-beta.1",
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.0.0-beta.1"
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     "ios": "8.0",
22     "osx": "10.9"
23   }