blob: b9a98376bb535364e47973dfabf5ca7c736fc4a6 [file] [log] [blame]
{
"name": "WolfLocation",
"version": "1.0.2",
"summary": "Tools for working with CoreLocation, including iBeacons.",
"description": "Tools for working with CoreLocation, including iBeacons. Derived from WolfCore.",
"homepage": "https://github.com/wolfmcnally/WolfLocation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wolfmcnally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfLocation.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/wolfmcnally",
"swift_versions": "5.0",
"source_files": "Sources/WolfLocation/**/*",
"platforms": {
"ios": "12.0"
},
"dependencies": {
"WolfLog": [
],
"WolfApp": [
],
"WolfCore": [
],
"WolfViews": [
]
}
}