blob: d525021fb21a174f3f0f4ff7d434348c565c210a [file] [log] [blame]
{
"name": "SwiftEmoji",
"version": "1.0.0",
"summary": "Emoji regular expressions in Swift.",
"homepage": "https://github.com/nerdyc/SwiftEmoji",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Christian Niles": "christian@nerdyc.com"
},
"social_media_url": "http://twitter.com/nerdyc",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/nerdyc/SwiftEmoji.git",
"tag": "v1.0.0",
"submodules": true
},
"source_files": "Sources/*.swift"
}