[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / e / b / PBKDF2-Wrapper / 0.1.1 / PBKDF2-Wrapper.podspec.json
blob04c1b9b49f89791ab9282ecd5f756770674e6252
2   "name": "PBKDF2-Wrapper",
3   "version": "0.1.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": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/joeymeyer/PBKDF2-Wrapper.git",
20     "tag": "v0.1.1"
21   },
22   "source_files": "PBKDF2-Wrapper/*.{h,m}",
23   "requires_arc": true