blob: fc0f7a00f89d5069f62f3bf6e9440f213d7c5f94 [file] [log] [blame]
{
"name": "THDottedKeyValueLabel",
"version": "0.0.2",
"summary": "View that simplifies adding a list of key - value pairs",
"homepage": "https://github.com/hons82/THDottedKeyValueLabel",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hannes Tribus": "hons82@gmail.com"
},
"source": {
"git": "https://github.com/hons82/THDottedKeyValueLabel.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "THDottedKeyValueLabel/*.{h,m}",
"dependencies": {
"MarqueeLabel": [
"~> 2.0.7"
],
"PureLayout": [
"~> 2.0.1"
]
}
}