[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / d / b / MurmurHash / 0.0.1 / MurmurHash.podspec.json
blobb39d67d80beb311d8f13ebff1c3dba7fe24d27f4
2   "name": "MurmurHash",
3   "version": "0.0.1",
4   "summary": "MurmurHash implementation for Objective-C/iOS",
5   "description": "                   Objective-C implementation of [MurmurHash](http://en.wikipedia.org/wiki/MurmurHash) based on the official CPP implmentation.\n",
6   "homepage": "https://github.com/mzsanford/murmurhashforiios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Amund Tveit": "amund@atbrox.com",
13     "Matt Sanford": "matt@mzsanford.com"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/mzsanford/murmurhashforiios.git",
20     "tag": "v0.0.1"
21   },
22   "source_files": [
23     "MurmurHash",
24     "murmurhashforios/murmurhashforios/*.{h,mm}"
25   ],
26   "requires_arc": false