[](https://travis-ci.org/Knut Inge Grosland/GDGeoData)
Swift wrapper for easy use of country and region data. DataSource.
if let norway = GDCountry(name: "Norway") {
println("testCountryLoadedByName \(norway.description)")
}
List all countries
GDCountry.countries
GDGeoData is available through CocoaPod. To install it, simply add the following line to your Podfile:
CocoaPods is a dependency manager for Cocoa projects.
CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:
$ gem install cocoapods
To integrate GDGeoData into your Xcode project using CocoaPods, specify it in your Podfile:
pod 'GDGeoData', '~> 0.1'
Then, run the following command:
$ pod install
Knut Inge Grosland, ”[email protected]”
GDGeoData is available under the MIT license. See the LICENSE file for more info.