blob: 16f7fb8c966395a4a4fe93511284a9cddf20ae63 [file] [log] [blame]
{
"name": "AppSettings",
"version": "1.0.1",
"summary": "Tool that allows automatic serialization and deserialization of objects to NSDictionary.",
"description": "`AppSettings` is a simple tool that allows automatic serialization\nand deserialization of objects to `NSDictionary` with writing and reading them from `NSUserDefaults`.\nOriginally created to simply manage app settings in `NSUserDefaults`",
"homepage": "https://github.com/burczyk/AppSettings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kamil Burczyk": "kamil.burczyk@gmail.com"
},
"social_media_url": "http://twitter.com/KamilBurczyk",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/burczyk/AppSettings.git",
"tag": "1.0.1"
},
"source_files": "AppSettings",
"requires_arc": true
}