[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / d / 9 / HorizontalTextView / 0.3.0 / HorizontalTextView.podspec.json
blobb2fe33b74f309b9a4a602a5d7f60dd3db221a2b2
2   "name": "HorizontalTextView",
3   "version": "0.3.0",
4   "summary": "A horizontal `UITextView` wrapper",
5   "description": "`HorizontalTextView` is a `UIView` subclass\nthat layouts text horizontally.\nIt encapsulates a `UIScrollView` instance that contains a\ncollection of `UITextView` instances where each represents\na page of text.",
6   "homepage": "https://github.com/ahmedk92/HorizontalTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ahmedk92": "ahmedkhalaf.92@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ahmedk92/HorizontalTextView.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "HorizontalTextView/Classes/**/*"