blob: d13b3be2a20d6a29cfaaf53f02d0a9ed99fb164b [file] [log] [blame]
{
"name": "JKEmojiField",
"version": "0.1.1",
"summary": "A UITextField subclass that forces emoji keyboard and text.",
"requires_arc": true,
"description": "Swift UITextField subclass emoji keyboard cehcks for emoji text attributes and forces emoji keyboard with option of limiting to one emoji only",
"homepage": "https://github.com/jkalash",
"screenshots": [
"https://s27.postimg.org/saa6okk8j/1.png",
"https://s27.postimg.org/jgja7gx9v/2.png",
"https://s27.postimg.org/aa0zk6s1f/3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joseph Kalash": "joseph@stalkie.co"
},
"social_media_url": "http://twitter.com/JKalash",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JKalash/JKEmojiField.git",
"tag": "0.1.1"
},
"source_files": "JKEmojiField/**/*.{swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}