[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 5 / e / LUUID / 2.0.0 / LUUID.podspec.json
blobe37aad9e48ff795dc125e69c44275becea30de1b
2   "name": "LUUID",
3   "version": "2.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_versions": "5.0",
19   "source": {
20     "git": "https://github.com/benasher44/LUUID.git",
21     "tag": "2.0.0"
22   },
23   "source_files": "LUUID/*.swift"