blob: c9249bbc4f614f9a686bbea2bcd6c0bfb7c0e44c [file] [log] [blame]
{
"name": "DOSingleton",
"version": "0.0.1",
"summary": "Subclassable Objective-C singleton.",
"homepage": "https://github.com/stel/DOSingleton",
"license": "MIT",
"authors": {
"Dmitry Obukhov": "stel2k@gmail.com"
},
"source": {
"git": "https://github.com/stel/DOSingleton.git",
"tag": "0.0.1"
},
"platforms": {
"osx": "10.7"
},
"source_files": "DOSingleton.{h,m}",
"requires_arc": true
}