blob: a798643d934715d30cb51cf8971a8a0f89379d92 [file] [log] [blame]
{
"name": "Croc",
"version": "0.0.2",
"summary": "Elegant Emoji Parsing in Swift",
"description": "Croc is a library for parsing emojis on iOS. It provides a simple and lightweight interface for detecting, generating, categorizing and managing emoji characters, making emoji-powered features an easy task for developers.",
"homepage": "https://github.com/JKalash/Croc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joseph Kalash": "josephkalash@gmail.com"
},
"source": {
"git": "https://github.com/JKalash/Croc.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/*.{swift}"
}