blob: a55cd1f2905dbdb68241d84615c7766e6bc4d16f [file] [log] [blame]
{
"name": "NSPointerArray+M5Additions",
"version": "1.0.9",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A few helpful additions to, and macros related to NSPointerArray.",
"description": "A few helpful additions to, and macros related to NSPointerArray (including getting an NSPointerArray from a C function or Objective-C method variable args pointer).",
"homepage": "https://github.com/mhuusko5/NSPointerArray-M5Additions",
"social_media_url": "https://twitter.com/mhuusko5",
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"source": {
"git": "https://github.com/mhuusko5/NSPointerArray-M5Additions.git",
"tag": "1.0.9"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"frameworks": "Foundation"
}