blob: ed378a372774f94602d9ecd1735e13ed798e5509 [file] [log] [blame]
{
"name": "TTEmojiFlagString",
"version": "0.1.1",
"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",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Dhiraj Gupta": "development@traversient.com"
},
"source": {
"git": "https://github.com/dhiraj/TTEmojiFlagString.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/dhiraj",
"platforms": {
"ios": "8.3"
},
"source_files": "TTEmojiFlagString/Classes/**/*",
"public_header_files": "TTEmojiFlagString/Classes/**/*.h"
}