[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 5 / e / LUUID / 1.0.0 / LUUID.podspec.json
blob41c16d75b8e5868341570cdfec7654e1f9915fe6
2   "name": "LUUID",
3   "version": "1.0.0",
4   "summary": "A clone of Swift.UUID called LUUID because LUUID.uuidString returns a lowercase string to conform to the UUID RFC.",
5   "description": "This is a clone of Swift.UUID called LUUID because LUUID.uuidString returns a\nlowercase string to conform to the UUID RFC. It has some other minor modifications\ndue to being unable to access certain functions from outside of the Swift standard\nlibrary. However, LUUID is a drop-in replacement for Swift.UUID.",
6   "homepage": "https://github.com/benasher44/LUUID",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ben Asher": "benasher44@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/benasher44",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_version": "4.2",
19   "source": {
20     "git": "https://github.com/benasher44/LUUID.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "LUUID/*.swift"