blob: 5ed6dfa5525de4a80ebc813ef521c26e223516b5 [file] [log] [blame]
{
"name": "DOSingleton",
"version": "0.1.0",
"summary": "Subclassable Objective-C singleton for OS X and iOS.",
"homepage": "https://github.com/stel/DOSingleton",
"license": "MIT",
"authors": {
"Dmitry Obukhov": "stel2k@gmail.com"
},
"source": {
"git": "https://github.com/stel/DOSingleton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "DOSingleton/DOSingleton.{h,m}",
"requires_arc": true
}