[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / a / c / NSString-Hashes / 1.2.1 / NSString-Hashes.podspec.json
blobfca93efff2305b36aa7b20cf56de1d3748783542
2   "name": "NSString-Hashes",
3   "version": "1.2.1",
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.2.1"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.8"
20   },
21   "source_files": "NSString+Hashes.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true