[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / 1 / DWRandom / 0.1.3 / DWRandom.podspec.json
blob41e469bef790e9cff14e7d40660a45a0d5809211
2   "name": "DWRandom",
3   "version": "0.1.3",
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 UIKit ones 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.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "DWRandom/**/*"