[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / b / DMFoundation / 0.0.1 / DMFoundation.podspec.json
blobca7f0a3e25905a738a55e20be56b79349f63c921
2   "name": "DMFoundation",
3   "version": "0.0.1",
4   "summary": "A collection of utilities and enhancements to the iOS runtime environment.",
5   "description": "    DMFoundation is a collection of category-based enhancements to the iOS Foundation classes\n    to include iterators, formatters, digests, encoders, etc.\n",
6   "homepage": "http://github.com/devmode/dm-foundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE-MIT"
10   },
11   "authors": {
12     "John E. Bailey": "john@devmode.com",
13     "Sean M. Duncan": "sean@devmode.com"
14   },
15   "social_media_url": "http://twitter.com/DevModeInc",
16   "platforms": {
17     "ios": 6.0
18   },
19   "source": {
20     "git": "https://github.com/devmode/dm-foundation.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{h,m}"
26   ],
27   "public_header_files": "Classes/**/*.h",
28   "requires_arc": true