[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 7 / 2 / MiniFlake / 0.0.3 / MiniFlake.podspec.json
blobde41e7cb3375546829147f8b7eeeee3525b94b6c
2   "name": "MiniFlake",
3   "version": "0.0.3",
4   "summary": "Generates k-ordered identifiers as positive 64-bit integers without synchronization.",
5   "description": "A Swift micro-framework for generating compact identifiers that are time ordered in distributed systems without the need for synchronization.",
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.3"
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"