[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / b / a / c / NSString-Hashes / 1.1.0 / NSString-Hashes.podspec.json
blob333a1e1bdb8c0bce01da75edf50dbebaadfcfccd
2   "name": "NSString-Hashes",
3   "version": "1.1.0",
4   "summary": "Simple Category of NSString that allows for easy MD5, SHA1 and SHA2 hashing.",
5   "homepage": "https://github.com/hypercrypt/NSString-Hashes",
6   "license": {
7     "type": "public domain",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Klaus-Peter Dudas": "klaus@hypercrypt.net"
12   },
13   "source": {
14     "git": "https://github.com/hypercrypt/NSString-Hashes.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "NSString+Hashes.{h,m}",
21   "exclude_files": "Classes/Exclude",
22   "requires_arc": true