blob: 4a9098050026e13fdbbcdc74b4e8c2de5a7b32d4 [file] [log] [blame]
{
"name": "DOSingleton",
"version": "0.0.2",
"summary": "Subclassable Objective-C singleton for Mac OSX 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.0.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "DOSingleton/DOSingleton.{h,m}",
"requires_arc": true
}