blob: 02b64edda2c078c340ae729f5cc5640e9d40c11f [file] [log] [blame]
{
"name": "SwiftyTextView",
"version": "0.1.1",
"summary": "An iOS TextView with placeholder and limit characters count support",
"description": "SwiftyTextView is a enhanced TextView with placeholder and limit characters count support for iOS.",
"homepage": "https://github.com/SwiftyKit/SwiftyTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SwiftyKit": "swiftykit@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SwiftyKit/SwiftyTextView.git"
},
"source_files": [
"Sources/*.swift",
"Sources/SwiftyTextView.h",
"Sources/SwiftyTextView.swift"
],
"exclude_files": "Classes/Exclude"
}