[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 9 / 3 / 0 / SwiftDataHash / 1.0.0 / SwiftDataHash.podspec.json
blobadd5838edf2e4fd33129db049bec073fd04a3a78
2   "name": "SwiftDataHash",
3   "version": "1.0.0",
4   "summary": "Swift wrapper around CommonCrypto hash functions",
5   "description": "                   This library provides a Swift-based wrapper around the\n                   MD5, SHA1, SHA224, SHA256, SHA384, and SHA512 cryptographic\n                   hash functions, as implemented by the Apple CommonCrypto library.\n",
6   "homepage": "https://github.com/PodBuilder/SwiftDataHash",
7   "platforms": {
8     "osx": "10.10"
9   },
10   "license": "MIT",
11   "authors": "William Kent",
12   "source": {
13     "git": "https://github.com/PodBuilder/SwiftDataHash.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "SwiftDataHash/*.{h,m,swift}",
17   "requires_arc": true