blob: 86f8d61a6961d0e2016a36923aea45dc20634902 [file] [log] [blame]
{
"name": "Croc",
"version": "0.0.1",
"summary": "Elegant Emoji Parsing in Swift",
"description": "A lightweight emoji string parsing library. Count the number of emojis in a string. Strip away emojis or non-emoji character. Fetch set of emojis from a string.",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.{swift}"
}