[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / 5 / e / ISO3166_1Alpha2 / 1.0.2 / ISO3166_1Alpha2.podspec.json
blob47696d66b270aa66dc4ed0dab7b9f3643cc91f9a
2   "name": "ISO3166_1Alpha2",
3   "version": "1.0.2",
4   "summary": "A simple helper type when dealing with ISO3166-1 Alpha 2 codes.",
5   "description": "Provides some functions to turn a string into a ISO3166-1 Alpha 2 (given the country name you provide is valid). Main functionality lies in conjuctions with validating an IBAN.",
6   "homepage": "https://github.com/HHuckebein/ISO3166-1Alpha2",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HHuckebein": "development@berndrabe.de"
13   },
14   "source": {
15     "git": "https://github.com/HHuckebein/ISO3166-1Alpha2.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/ISO3166_1Alpha2/*.swift",
22   "swift_versions": "4.1",
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Tests/ISO3166_1Alpha2Tests/*.swift"
28     }
29   ],
30   "swift_version": "4.1"