blob: 18ffb3e730d8ca8f03b7edf0f8442e0ca06b6474 [file] [log] [blame]
{
"name": "WolfLocation",
"version": "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": "0.2"
},
"social_media_url": "https://twitter.com/wolfmcnally",
"swift_version": "4.1",
"dependencies": {
"SwiftLint": [
],
"WolfCore": [
"~> 2.2"
]
},
"source_files": "WolfLocation/Classes/**/*",
"platforms": {
"ios": "11.0"
}
}