[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / 7 / RandomKit / 5.2.2 / RandomKit.podspec.json
blob3e7c4d161b0218e68d000b08e31188c3da38f43c
2   "name": "RandomKit",
3   "version": "5.2.2",
4   "summary": "Random data generation in Swift.",
5   "homepage": "https://github.com/nvzqz/RandomKit",
6   "documentation_url": "https://nvzqz.github.io/RandomKit/docs/index.html",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Nikolai Vazquez",
12   "social_media_url": "https://twitter.com/nikolaivazquez",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.9",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/nvzqz/RandomKit.git",
21     "tag": "v5.2.2"
22   },
23   "source_files": "Sources/RandomKit/**/*.swift",
24   "dependencies": {
25     "ShiftOperations": [
26       "~> 1.0.2"
27     ],
28     "Threadly": [
29       "~> 1.0"
30     ]
31   },
32   "pushed_with_swift_version": "3.1.1"