blob: 089333a57ad424a2f48e6b08333b6535791d0efe [file] [log] [blame]
{
"name": "SettingsBox",
"version": "0.1.0",
"summary": "Persists all your settings easier than ever",
"description": "SettingsBox is a convenient way to save your app settings (primitives and objects) and get them automatically restored when the app launches next time.",
"homepage": "https://github.com/alexburtnik/SettingsBox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Burtnik": "alexburtnik@gmail.com"
},
"source": {
"git": "https://github.com/alexburtnik/SettingsBox.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SettingsBox/Classes/**/*"
}