[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / a / 9 / KRWordWrapLabel / 2.0.1 / KRWordWrapLabel.podspec.json
bloba55446f7a31dc39248d3f41c78e6753a8e01549f
2   "name": "KRWordWrapLabel",
3   "version": "2.0.1",
4   "summary": "UILabel subclass which provides **Word Wrap** based on white spaces not depending on languages",
5   "homepage": "https://github.com/inkyfox/KRWordWrapLabel",
6   "screenshots": "https://github.com/inkyfox/KRWordWrapLabel/blob/master/screenshot/KRWordWrapLabel.gif",
7   "license": "MIT",
8   "authors": {
9     "Yongha Yoo": "inkyfox@oo-v.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/inkyfox/KRWordWrapLabel.git",
16     "tag": "2.0.1"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "source_files": "Sources/KRWordWrapLabel.swift",
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "3.0"
23   }