[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / 5 / 9 / OGCryptoHash / 0.2.2 / OGCryptoHash.podspec.json
blobbbde57e017cb221c3b1f802ef6c438027bfb5807
2   "name": "OGCryptoHash",
3   "version": "0.2.2",
4   "summary": "Wrapper around CommonCrypto hash functions: MD5, SHA1, SHA224, SHA256, SHA384, and SHA512. Supports hmac signing.",
5   "homepage": "https://github.com/OrangeGroove/OGCryptoHash",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Jesper": "jesper@orangegroove.net"
11   },
12   "source": {
13     "git": "https://github.com/OrangeGroove/OGCryptoHash.git",
14     "tag": "0.2.2"
15   },
16   "source_files": "OGCryptoHash/*.[hm]",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   }