[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / b / d / 8 / THDottedKeyValueLabel / 0.0.1 / THDottedKeyValueLabel.podspec.json
blobd273c6285d5829e96d61e45c0d213bd1905c9462
2   "name": "THDottedKeyValueLabel",
3   "version": "0.0.1",
4   "summary": "UITextView with the look of a Notebook",
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.1"
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.2"
25     ],
26     "PureLayout": [
27       "~> 1.0.1"
28     ]
29   }