blob: 793b492cf8e07ef746df25d7fb467390d697d5c2 [file] [log] [blame]
{
"name": "WolfLocation",
"version": "1.0.0",
"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.0"
},
"social_media_url": "https://twitter.com/wolfmcnally",
"swift_versions": "5.0",
"source_files": "WolfLocation/Classes/**/*",
"platforms": {
"ios": "12.0"
},
"dependencies": {
"WolfLog": [
],
"WolfApp": [
],
"WolfConcurrency": [
],
"WolfFoundation": [
],
"WolfViews": [
]
}
}