Latest | 0.0.3 |
---|---|
Homepage | https://github.com/HHuckebein/ISO3661-1-Alpha2 |
License | MIT |
Platforms | ios 9.0, requires ARC |
Authors |
ISO3661-1-alpha2
What is ISO3661-1 Alpha 2?
Provides country codes as defined by ISO3661-1 alpha 2 in swift and objective-c.
– Swift
– ObjC
CocoaPods
If you want to add ISO3661-1-alpha2_objc using Cocoapods then add the following dependency
to your Podfile.
target MyProject do
pod 'ISO3661-1Alpha2_objc', '~> 0.0.2'
end
for Swift
target MyProject do
pod 'ISO3661-1Alpha2_swift', '~> 0.0.3'
end
Latest podspec
{ "name": "ISO3661-1Alpha2_swift", "version": "0.0.3", "summary": "Provides ISO3661-1 alpha 2 country codes.", "description": "All country codes as found in http://en.wikipedia.org/wiki/ISO_3166-1 date March 2015nas a handy class to work with.", "homepage": "https://github.com/HHuckebein/ISO3661-1-Alpha2", "license": { "type": "MIT", "file": "LICENSE.txt" }, "authors": { "Bernd Rabe": "[email protected]" }, "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/HHuckebein/ISO3661-1-Alpha2.git", "tag": "0.0.3" }, "source_files": [ "Classes", "ISO3661-1-alpha2/ISO3661-1alpha2.swift" ], "requires_arc": true }
Sun, 15 May 2016 09:15:03 +0000