blob: 233e61a2d38e3e8d0ca09652bfeb710a76b028c7 [file] [log] [blame]
{
"name": "NSTimeZone-CountryCode",
"version": "0.0.1",
"summary": "Convert timezone information into a country code conforming to ISO 3166 2-character country code.",
"description": " Given a timezone information from the system.\n\n Convert the localized name into a country code conforming to ISO 3166 2-character country code.\n\n It could be used in cases where a network request is not desirable. Then, the country of the current user could be obtained from the iOS time zone settings.\n",
"homepage": "http://github.com/jessearmand/NSTimeZone-CountryCode",
"authors": {
"Jesse Armand": "jesse@jessearmand.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/jessearmand/NSTimeZone-CountryCode.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.1"
},
"source_files": "NSTimeZone+CountryCode.{h,m}",
"requires_arc": true
}