AOPA (www.aopa.se) is the international organization for pilots of general aviation.
This project is the mobile version of http://maps.aopa.ru where you can find information about almost all airports and heliports in Russia, Ukraine, Belarus and Kazakhstan (location, contacts, runways, altitude etc.).
To build the project you have to create AOPANetwork.Config.swift in the MapsAOPA-iOS/MapsAOPA/Classes directory.
AOPANetwork.Config.swift must contain extension for AOPANetwork struct with apiKey
You can get api key in your profile on http://maps.aopa.ru/user/export/
extension AOPANetwork {
static let apiKey = "..."
}