blob: d273c6285d5829e96d61e45c0d213bd1905c9462 [file] [log] [blame]
{
"name": "THDottedKeyValueLabel",
"version": "0.0.1",
"summary": "UITextView with the look of a Notebook",
"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.1"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "THDottedKeyValueLabel/*.{h,m}",
"dependencies": {
"MarqueeLabel": [
"~> 2.0.2"
],
"PureLayout": [
"~> 1.0.1"
]
}
}