[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / d / 8 / THDottedKeyValueLabel / 0.0.2 / THDottedKeyValueLabel.podspec.json
blobfc0f7a00f89d5069f62f3bf6e9440f213d7c5f94
2   "name": "THDottedKeyValueLabel",
3   "version": "0.0.2",
4   "summary": "View that simplifies adding a list of key - value pairs",
5   "homepage": "https://github.com/hons82/THDottedKeyValueLabel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Hannes Tribus": "hons82@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/hons82/THDottedKeyValueLabel.git",
15     "tag": "v0.0.2"
16   },
17   "platforms": {
18     "ios": "6.1"
19   },
20   "requires_arc": true,
21   "source_files": "THDottedKeyValueLabel/*.{h,m}",
22   "dependencies": {
23     "MarqueeLabel": [
24       "~> 2.0.7"
25     ],
26     "PureLayout": [
27       "~> 2.0.1"
28     ]
29   }