blob: 0352350cb0850ac1230938e7e4b64ff436ed5a33 [file] [log] [blame]
{
"name": "M5SelectorMap",
"version": "1.0.4",
"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.0.4"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"frameworks": "Foundation",
"dependencies": {
"NSPointerArray+M5Additions": [
]
}
}