blob: f206a4f91068094e4200eb2b804fc199557d3dce [file] [log] [blame]
{
"name": "ConfigKit",
"version": "0.3.9",
"summary": "Framework to manage your app configuration",
"description": "Remotely manage your configuration served from a git repository",
"homepage": "https://github.com/willpowell8/ConfigKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Will Powell": "willpowell8@gmail.com"
},
"source": {
"git": "https://github.com/willpowell8/ConfigKit.git",
"tag": "0.3.9"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ConfigKit/Classes/**/*",
"dependencies": {
"ReachabilitySwift": [
"~> 3"
],
"DictionaryUtils": [
]
},
"pushed_with_swift_version": "3.0"
}