[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / e / b / PBKDF2-Wrapper / 0.1.2 / PBKDF2-Wrapper.podspec.json
blob17e57135667425d1e87aed0ec879bf83723b2f28
2   "name": "PBKDF2-Wrapper",
3   "version": "0.1.2",
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": "6.0",
17     "osx": "10.8",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/joeymeyer/PBKDF2-Wrapper.git",
22     "tag": "v0.1.2"
23   },
24   "source_files": "PBKDF2-Wrapper/*.{h,m}",
25   "requires_arc": true