blob: b41254eaad2739ab0e1bd9b3b70387e0f685e515 [file] [log] [blame]
{
"name": "FGUserDefaultsInspector",
"version": "1.0",
"summary": "Explore and edit values inside your NSUserDefaults without the need of a debugger.",
"homepage": "https://github.com/FGoessler/FGUserDefaultsInspector",
"license": "MIT",
"authors": {
"Goessler, Florian": "florian.goessler@immobilienscout24.de"
},
"source": {
"git": "https://github.com/FGoessler/FGUserDefaultsInspector.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FGUserDefaultsInspector": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}