[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 5 / 9 / OGCryptoHash / 0.2.1 / OGCryptoHash.podspec.json
blob20e2b0f03f435808f60cc03621ad1b3147904bfd
2   "name": "OGCryptoHash",
3   "version": "0.2.1",
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.1"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "OGCryptoHash/*.[hm]",
20   "requires_arc": true