blob: 56ec4a52938bf7dc7b1d1f8f90bd278f5416e973 [file] [log] [blame]
{
"name": "LIUserDefaultsWrapper",
"version": "0.1.1",
"summary": "A convenience Cocoapods that makes testing the UserDefaults testable and manageable within your application.",
"description": "A convenience Cocoapods that makes testing the UserDefaults testable and manageable within your application. The UserDefaults singleton is wrapped inside a UserDefaultsManager that conforms to a UserManageable protocol.",
"homepage": "https://github.com/VaalSquared/LIUserDefaultsWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lehlohonoloisaac25@gmail.com": "lehlohonoloisaac25@gmail.com"
},
"source": {
"git": "https://github.com/VaalSquared/LIUserDefaultsWrapper.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LIUserDefaultsWrapper/Classes/**/*"
}