blob: ac8101a8fd7cd827307e4c8b5f3f0f71cbd6bbcc [file] [log] [blame]
{
"name": "ZSWSuffixTextView",
"version": "1.0",
"summary": "UITextView subclass which displays a suffix after editable text and a placeholder",
"description": "ZSWSuffixTextView is a `UITextView` subclass which supports suffix text, appended after the editable area, and placeholder text, for when nothing has been entered.\n\nYou can use either of these independently, or together.\nRead more: https://github.com/zacwest/ZSWSuffixTextView",
"homepage": "https://github.com/zacwest/ZSWSuffixTextView",
"license": "MIT",
"authors": {
"Zachary West": "zacwest@gmail.com"
},
"source": {
"git": "https://github.com/zacwest/ZSWSuffixTextView.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/zacwest",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ZSWSuffixTextView/Core/**/*.{h,m}",
"public_header_files": "ZSWSuffixTextView/Core/**/*.h"
},
{
"name": "Tappable",
"dependencies": {
"ZSWSuffixTextView/Core": [
],
"ZSWTappableLabel": [
">= 1.3"
]
},
"source_files": "ZSWSuffixTextView/Tappable/**/*.{h,m}",
"public_header_files": "ZSWSuffixTextView/Tappable/**/*.h"
}
]
}