blob: 1cb68fe784d6c9cd9c68578ccdf436b4472c8ece [file] [log] [blame]
{
"name": "NSMutableDictionary+M5Pointers",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Convenience support for unmanaged pointers as keys, nilable objects as value.",
"homepage": "https://github.com/mhuusko5/NSMutableDictionary-M5Pointers",
"social_media_url": "https://twitter.com/mhuusko5",
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"source": {
"git": "https://github.com/mhuusko5/NSMutableDictionary-M5Pointers.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"frameworks": "Foundation"
}