[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 2 / Iguazu / 1.4 / Iguazu.podspec.json
blob5f2edd27be4d15598621e01f665101ee6436e487
2   "name": "Iguazu",
3   "version": "1.4",
4   "summary": "An aviation file format parser written in Swift",
5   "description": "Iguazu is a new project and still work in progress. The goal is to have a Swift framework with support for various popular aviation file formats to facilitate development of apps for pilots on the iOS platform.\n\nCurrently includes basic support for the following formats:\n\nOpenAir Airspace description\nIGC Glider log format (deserialization only)\nFor more details on the Iguazu Falls: https://en.wikipedia.org/wiki/Iguazu_Falls",
6   "homepage": "https://github.com/ekurutepe/Iguazu",
7   "license": "MIT",
8   "authors": "Engin Kurutepe",
9   "social_media_url": "http://twitter.com/ekurutepe",
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/ekurutepe/Iguazu.git",
15     "tag": "1.4"
16   },
17   "source_files": [
18     "Iguazu",
19     "Iguazu/**/*.{swift}"
20   ],
21   "swift_version": "5.0"