[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / 5 / 6 / NanoID / 1.0.2 / NanoID.podspec.json
blob402d9eb27cec8abdf40fdb46ca816cf5d455784b
2   "name": "NanoID",
3   "version": "1.0.2",
4   "summary": "Secure, unique, and configurable ID generator",
5   "description": "Another Swift implementation of Nano ID. Includes secure & insecure randomizers.",
6   "homepage": "https://github.com/Tundaware/NanoID",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "George Cox": "george@tundaware.com"
13   },
14   "social_media_url": "https://twitter.com/Tundaware",
15   "source": {
16     "git": "https://github.com/Tundaware/NanoID.git",
17     "tag": "1.0.2"
18   },
19   "swift_versions": "5.1",
20   "platforms": {
21     "ios": "10.0",
22     "tvos": "10.0",
23     "watchos": "4.0",
24     "osx": "10.11"
25   },
26   "source_files": "Sources/NanoID/**/*.swift",
27   "frameworks": "CryptoKit",
28   "swift_version": "5.1"