blob: e3c4509e22a7a1db268aafd52430c24b1a67c6bb [file] [log] [blame]
{
"name": "GPSIndoorLocationProvider",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"summary": "Allows the GPS to be used with IndoorLocation",
"homepage": "https://github.com/IndoorLocation/gps-indoor-location-provider-ios.git",
"authors": {
"Indoor Location": "indoorlocation@mapwize.io"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/IndoorLocation/gps-indoor-location-provider-ios.git",
"tag": "1.0.0"
},
"source_files": "ILGPSIndoorLocationProvider/*.{h,m}",
"dependencies": {
"IndoorLocation": [
"~> 1.0"
]
}
}