blob: 963ddfc985c65ff5b486e17d9b8d6ea883441e3a [file] [log] [blame]
{
"name": "TTEmojiFlagString",
"version": "0.1.2",
"summary": "ObjectiveC category to convert 2 letter ISO 3166-1 alpha-2 country codes to a Unicode Flag Emoji",
"description": "This little ObjectiveC category turns any given 2 letter ISO 3166-1 alpha-2 country code in an NSString to a Unicode Flag Emoji that can be directly used wherever you want.",
"homepage": "https://github.com/dhiraj/TTEmojiFlagString",
"screenshots": "https://cloud.githubusercontent.com/assets/43901/16782397/fcdd06ac-489c-11e6-91cf-c0522a2107bd.png",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Dhiraj Gupta": "development@traversient.com"
},
"source": {
"git": "https://github.com/dhiraj/TTEmojiFlagString.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/dhiraj",
"platforms": {
"ios": "8.3"
},
"source_files": "TTEmojiFlagString/Classes/**/*",
"public_header_files": "TTEmojiFlagString/Classes/**/*.h"
}