blob: 946b883ef914080eba78993b6c7b6b606acdabf8 [file] [log] [blame]
{
"name": "MKCommons",
"version": "1.14.1",
"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.14.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MKCommons": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
"~> 3.0.0"
],
"MKLog": [
"~> 0.1.2"
]
}
}