[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 7 / 2 / MiniFlake / 0.0.2 / MiniFlake.podspec.json
blob0224a136a82f39471e9611faed101a4db8ca79e0
2   "name": "MiniFlake",
3   "version": "0.0.2",
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.2"
17   },
18   "social_media_url": "https://twitter.com/cutecoder",
19   "swift_version": "4.0",
20   "platforms": {
21     "osx": "10.12",
22     "ios": "10.3",
23     "tvos": "10.2",
24     "watchos": "3.2"
25   },
26   "source_files": "MiniFlake/Classes/**/*",
27   "weak_frameworks": "CoreData"