blob: 288f2c24760200361bcad468869caec367512112 [file] [log] [blame]
{
"name": "ABMultiton",
"version": "1.2.2",
"summary": "Multiton pattern implementation and painless management of singletons.",
"homepage": "https://github.com/belkevich/multiton",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Belkevich": "belkevich.alexey@gmail.com"
},
"source": {
"git": "https://github.com/belkevich/multiton.git",
"tag": "1.2.2"
},
"source_files": "ABMultiton/*.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true
}