blob: b1a2d4757e6dc4251c22d7ff9f59e3bf92a1150a [file] [log] [blame]
{
"name": "FancyGeo",
"version": "0.0.3",
"summary": "A Fancy GeoLocation library",
"homepage": "https://github.com/triniwiz/fancy-geo-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Osei Fortune": "fortune.osei@yahoo.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/triniwiz/fancy-geo-ios.git",
"tag": "0.0.3"
},
"source_files": "Sources/FancyGeo/*.{swift}",
"frameworks": [
"CoreLocation",
"UserNotifications"
],
"swift_version": "4.0"
}