[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / b / PBKDF2-Wrapper / 0.1 / PBKDF2-Wrapper.podspec.json
blob8fcc659486e6508da06fc4502c71d348ffc69558
2   "name": "PBKDF2-Wrapper",
3   "version": "0.1",
4   "summary": "An Objective-C interface for the PBKDF2 implementation in CommonCrypto.",
5   "description": "PBKDF2-Wrapper provides a very simple Objective-C interface for the CommonCrypto implementation of the PBKDF2 algorithm.",
6   "homepage": "https://github.com/joeymeyer/PBKDF2-Wrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joey Meyer": "jmeyer41@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/joey_meyer",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/joeymeyer/PBKDF2-Wrapper.git",
20     "tag": "v0.1"
21   },
22   "source_files": "PBKDF2-Wrapper/*.{h,m}",
23   "requires_arc": true