[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / 6 / JHHelpers / 0.1.1 / JHHelpers.podspec.json
blobd374da6aad4375ef174d1d1d98f4c65973d03bec
2   "name": "JHHelpers",
3   "version": "0.1.1",
4   "summary": "A grab-bag of helpful tools for Objective-C projects.",
5   "description": "JHHelpers is a library of helper classes and objects I've created while building iOS / Objective-C apps, and includeds a toolkit for doing everything from sanitizing data, to mapping and transforming data structures, to working with promises. I've also included the a handy ruby Rakefile I've built for handling all the mundane tasks you do constantly as an Objective-C developer.\nTags: KSPromise, map, filter, JSON, data, NSArray, NSDictionary, NSError, mapFilter, Objective-C, ObjC, promise, deferred, Rakefile, rake, sort, import",
6   "homepage": "https://github.com/jakehawken/JHHelpers",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jake Hawken": "https://github.com/jakehawken"
13   },
14   "social_media_url": "https://twitter.com/geeksthenewcool",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/jakehawken/JHHelpers.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "JHHelpers/Source/*",
23   "resources": "JHHelpers/Resources/*",
24   "requires_arc": true,
25   "dependencies": {
26     "KSDeferred": [
28     ]
29   }