blob: 8b54d95987dac477791a7e0b05e0052368568d06 [file] [log] [blame]
{
"name": "M5SelectorMap",
"version": "1.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Data structure for storing/enumerating SEL –> nil-able object/pointer relationships.",
"homepage": "https://github.com/mhuusko5/M5SelectorMap",
"social_media_url": "https://twitter.com/mhuusko5",
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"source": {
"git": "https://github.com/mhuusko5/M5SelectorMap.git",
"tag": "1.1.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"frameworks": "Foundation",
"dependencies": {
"NSPointerArray+M5Additions": [
"~> 1.1.0"
]
}
}