blob: c0694e7b6251d6e2966076570452e8140ae374ef [file] [log] [blame]
{
"name": "MKCommons",
"version": "1.13.0",
"summary": "A collection of common utils",
"description": " A collection of common utils. Mainly leftovers that are not in separate pods.\n",
"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.13.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MKCommons": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
"~> 2.0.5"
],
"MKLog": [
"~> 0.1.1"
]
}
}