blob: 02acf84cded2818ecd20dde343b955493eda44e7 [file] [log] [blame]
{
"name": "iAirportsDB",
"version": "2.0.2",
"summary": "Quickly find airports near a location",
"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": "2.0.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "iAirportsDB/Classes/**/*",
"resource_bundles": {
"resourcebundle": [
"iAirportsDB/Assets/*"
]
}
}