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