[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 1 / DWRandom / 0.1.10 / DWRandom.podspec.json
blob8d5c32132584d5e3ab917c683715ac93197dbb4e
2   "name": "DWRandom",
3   "version": "0.1.10",
4   "summary": "An extension based iOS and OS X randomization library",
5   "description": "DWRandom is a lightweight framework written in Objective-C that makes\nworking with randomization in many of Foundations core data structures a\nbreeze(And some UI classes too!). The interface is extension based and aims\nto be dead simple to easily put randomization capabilities in your project\nin a very clean way. If you want a clean one liner solution for\nrandomization look no further.",
6   "homepage": "https://github.com/dmwesterhoff/DWRandom",
7   "license": "MIT",
8   "authors": {
9     "David Westerhoff": "dmwesterhoff@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dmwesterhoff/DWRandom.git",
13     "tag": "0.1.10"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "DWRandom/**/*"