blob: 79e292cb2116826d3afff55f291cff06254711c7 [file] [log] [blame]
{
"name": "AppSettings",
"version": "1.0.0",
"summary": "Tool that allows automatic serialization and deserialization of objects to NSDictionary.",
"description": " `AppSettings` is a simple tool that allows automatic serialization and deserialization of objects \n to `NSDictionary` with writing and reading them from `NSUserDefaults`. \n Originally created to simply manage app settings in `NSUserDefaults`.\n",
"homepage": "https://github.com/burczyk/AppSettings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kamil Burczyk": "kamil.burczyk@sigmapoint.pl"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/burczyk/AppSettings.git",
"tag": "1.0.0"
},
"source_files": "AppSettings",
"requires_arc": true
}