[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / b / DMFoundation / 0.1.0 / DMFoundation.podspec.json
blob7bff25d572eeccf2d71647d26cd4ce450bd6aa24
2   "name": "DMFoundation",
3   "version": "0.1.0",
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://devmode.com/projects/dm-foundation",
7   "documentation_url": "http://devmode.com/projects/dm-foundation",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE-MIT"
11   },
12   "authors": {
13     "John E. Bailey": "john@devmode.com",
14     "Sean M. Duncan": "sean@devmode.com"
15   },
16   "social_media_url": "http://twitter.com/DevModeInc",
17   "platforms": {
18     "ios": 6.0
19   },
20   "source": {
21     "git": "https://github.com/devmode/dm-foundation.git",
22     "tag": "0.1.0"
23   },
24   "source_files": [
25     "Classes",
26     "Classes/**/*.{h,m}"
27   ],
28   "public_header_files": "Classes/**/*.h",
29   "requires_arc": true