[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 8 / 1 / 6 / NSTimeZone-CountryCode / 0.0.1 / NSTimeZone-CountryCode.podspec.json
blob233e61a2d38e3e8d0ca09652bfeb710a76b028c7
2   "name": "NSTimeZone-CountryCode",
3   "version": "0.0.1",
4   "summary": "Convert timezone information into a country code conforming to ISO 3166 2-character country code.",
5   "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",
6   "homepage": "http://github.com/jessearmand/NSTimeZone-CountryCode",
7   "authors": {
8     "Jesse Armand": "jesse@jessearmand.com"
9   },
10   "license": {
11     "type": "BSD",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/jessearmand/NSTimeZone-CountryCode.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "5.1"
20   },
21   "source_files": "NSTimeZone+CountryCode.{h,m}",
22   "requires_arc": true