blob: 6d281f009bb8c70bfbf196b760fdec0483a713cf [file] [log] [blame]
{
"name": "NSObject+Singleton",
"version": "1.0.0",
"summary": "Singleton Pattern for NSObject.",
"homepage": "https://github.com/nh7a/NSObject-Singleton",
"license": {
"type": "wtfpl",
"file": "LICENSE"
},
"authors": {
"Naoki Hiroshima": "n@h7a.org"
},
"source": {
"git": "https://github.com/nh7a/NSObject-Singleton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "*.{m,h}"
}