[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 5 / 7 / f / RNCryptor / 5.0.3 / RNCryptor.podspec.json
blob365b6f3bc9b9d6de768667178a330b5fae047131
2   "name": "RNCryptor",
3   "version": "5.0.3",
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": "5.0.3"
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     "Sources/RNCryptor/RNCryptor.swift",
18     "Sources/Cryptor/include/RNCryptor.h"
19   ],
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   }