[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 7 / 2 / MiniFlake / 0.0.4 / MiniFlake.podspec.json
blob3e1fbd1de984e9997f12fcbe5167825115299af2
2   "name": "MiniFlake",
3   "version": "0.0.4",
4   "summary": "Generates time-ordered identifiers as positive 64-bit integers without synchronization.",
5   "description": "A Swift micro-framework for generating compact identifiers that are time ordered without the need for synchronization. Unlike UUID-based methods, the identifiers would only be 63-bits long — hence fit as a positive number in a 64-bit integer. These identifiers are also roughly time-ordered, hence can be used as a sorting attribute to get the corresponding data objects sorted by time as well.\nInspired from Twitter Snowflake identifier-creation algorithm.",
6   "homepage": "https://github.com/adib/MiniFlake.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.markdown"
10   },
11   "authors": {
12     "Sasmito Adibowo": "adib@basil-salad.com"
13   },
14   "source": {
15     "git": "https://github.com/adib/MiniFlake.git",
16     "tag": "0.0.4"
17   },
18   "social_media_url": "https://twitter.com/cutecoder",
19   "documentation_url": "https://github.com/adib/MiniFlake/blob/master/README.markdown",
20   "swift_version": "4.0",
21   "platforms": {
22     "osx": "10.12",
23     "ios": "10.3",
24     "tvos": "10.2",
25     "watchos": "3.2"
26   },
27   "source_files": "MiniFlake/Classes/**/*",
28   "weak_frameworks": "CoreData"