blob: 9820902d04a9ff5233cd1e771d2d541dba272fb7 [file] [log] [blame]
{
"name": "MKCommons",
"version": "1.15.0",
"summary": "A collection of common utils",
"description": "A collection of common utils. Mainly leftovers that are not in separate pods.",
"homepage": "https://github.com/mikumi/mkcommons-obj",
"license": "MIT",
"authors": {
"Michael Kuck": "me@michael-kuck.com"
},
"source": {
"git": "https://github.com/mikumi/mkcommons-obj.git",
"tag": "1.15.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"PureLayout": [
"~> 3.0.0"
],
"MKLog": [
"~> 0.1.2"
]
}
}