[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / f / 1 / DWRandom / 0.1.6 / DWRandom.podspec.json
blobaf4ed7758323240c40a6fd72be43c663d5f1d4f8
2   "name": "DWRandom",
3   "version": "0.1.6",
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.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "DWRandom/**/*"