blob: f86dd191ea50bbd8c3ab3a96f1128e71979192f9 [file] [log] [blame]
{
"name": "KMMParseConfigurationManager",
"version": "1.0.1",
"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": "1.0.1"
},
"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.6"
]
}
}