blob: c80e1b5f785ed6b45ec8d0068dc27ba9bc443dd7 [file] [log] [blame]
{
"name": "KMMParseConfigurationManager",
"version": "2.0.0",
"summary": "A wrapper for PFConfig that allows the use of local configuration.",
"description": " A configuration manager that integrates with Parse to provide a local backup of configuration variables in case Parse is unavailable when you first run your app.\n",
"homepage": "https://github.com/kerrmarin/KMMParseConfigurationManager",
"license": "MIT",
"authors": {
"Kerr Marin Miller": "kerr@kerrmarin.com"
},
"source": {
"git": "https://github.com/kerrmarin/KMMParseConfigurationManager.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/kerrmarin",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"KMMParseConfigurationManager": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Parse": [
"~> 1.7"
]
}
}