blob: 75d9a94108d468fefb1b5c279b18e701213ffcf7 [file] [log] [blame]
{
"name": "DMFoundation",
"version": "0.0.2",
"summary": "A collection of utilities and enhancements to the iOS runtime environment.",
"description": " DMFoundation is a collection of category-based enhancements to the iOS Foundation classes\n to include iterators, formatters, digests, encoders, etc.\n",
"homepage": "http://devmode.com/projects/dm-foundation",
"documentation_url": "http://devmode.com/projects/dm-foundation",
"license": {
"type": "MIT",
"file": "LICENSE-MIT"
},
"authors": {
"John E. Bailey": "john@devmode.com",
"Sean M. Duncan": "sean@devmode.com"
},
"social_media_url": "http://twitter.com/DevModeInc",
"platforms": {
"ios": 6.0
},
"source": {
"git": "https://github.com/devmode/dm-foundation.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}