blob: d7eb362b3dc1b6bace58d3080d4cf4ca3fce45bf [file] [log] [blame]
{
"name": "LocationSpoofer",
"version": "0.1.0",
"summary": "Easy location mocking.",
"description": "LocationSpoofer is an iOS library for spoofing / mocking location, without changing any of your existing CoreLocation code.",
"homepage": "https://buglife.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"buglife": "support@buglife.com"
},
"source": {
"git": "https://github.com/buglife/LocationSpoofer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "LocationSpoofer/Classes/**/*",
"public_header_files": "LocationSpoofer/Classes/Public/**/*.h",
"frameworks": [
"UIKit",
"MapKit",
"CoreLocation"
]
}