blob: edd2d50063317476695b6782f30632bb45dbdf45 [file] [log] [blame]
{
"name": "ADVUserDefaults",
"version": "1.0.1",
"summary": "Easy access to the User Defaults System",
"description": " `ADVUserDefaults` is a wrapper that simplifies and formalizes usage of the User Defaults System in your app. \n Subclass it and any declared dynamic properties will be automatically saved into `NSUserDefaults`.\n",
"homepage": "https://github.com/advantis/ADVUserDefaults",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuri Kotov": "yuri.kotov@advantis.pro"
},
"social_media_url": "https://twitter.com/advantiss",
"platforms": {
"ios": "4.3",
"osx": "10.7"
},
"requires_arc": false,
"source": {
"git": "https://github.com/advantis/ADVUserDefaults.git",
"tag": "1.0.1"
},
"source_files": "ADVUserDefaults"
}