blob: 1aa9963c27fd82b060dce425d0b7fc958a54a616 [file] [log] [blame]
{
"name": "HorizontalTextView",
"version": "0.3.1",
"summary": "A horizontal `UITextView` wrapper",
"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.",
"homepage": "https://github.com/ahmedk92/HorizontalTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ahmedk92": "ahmedkhalaf.92@gmail.com"
},
"source": {
"git": "https://github.com/ahmedk92/HorizontalTextView.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "HorizontalTextView/Classes/**/*"
}