blob: 17f32efbb46bcab283e717a9efc24b83da6bef08 [file] [log] [blame]
{
"name": "iAirportsDB",
"version": "3.2.0",
"summary": "Quickly find airports near a location",
"swift_version": "4.2",
"description": "Airports, heliports, seaplane bases, and balloonports can quickly be found near a location or by identifier. Supporting information such as runways and frequencies are provided. Information is global. The library is Swift but Objective C is supported. Behind the scenes Core Data using sqlite provides the framework for fast lookups.",
"homepage": "https://github.com/ckhsponge/iAirportsDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Hobbs": "purposemc@gmail.com"
},
"source": {
"git": "https://github.com/ckhsponge/iAirportsDB.git",
"tag": "3.2.0"
},
"platforms": {
"ios": "9.3",
"osx": "10.9",
"tvos": "9.0",
"watchos": "3.0"
},
"source_files": "iAirportsDB/Classes/**/*",
"resource_bundles": {
"resourcebundle": [
"iAirportsDB/Assets/*"
]
}
}