blob: 8c9331b86eb054c0537d1165fdf4bdbf1bb8c574 [file] [log] [blame]
{
"name": "CountryCallingCodes",
"version": "0.1.1",
"summary": "A simple to use framework that displays a UI with a list of country names, with their calling codes and Emoji flags and returns that data.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Ar4n3/CountryCallingCodes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ar4n3": "enaradelao@gmail.com"
},
"source": {
"git": "https://github.com/Ar4n3/CountryCallingCodes.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CountryCallingCodes/Classes/**/*",
"resource_bundles": {
"CountryCallingCodes": [
"CountryCallingCodes/Assets/*.{storyboard,json,png}"
]
},
"public_header_files": "CountryCallingCodes/Classes/CountryCallingCode.h",
"frameworks": "UIKit"
}