blob: 557bee1962fbddd7b2799e3ec0340e81cc99cd23 [file] [log] [blame]
{
"name": "SRGridLocation",
"version": "1.0.0",
"summary": "SRGridLocation provides a convenient way to convert between Swedish grid and GPS location coordinates.",
"homepage": "https://github.com/sebreh/SRGridLocation",
"license": "MIT",
"authors": {
"Sebastian Rehnby": "sebastian@rehnby.com"
},
"source": {
"git": "https://github.com/sebreh/SRGridLocation.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SRGridLocation/**/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": true
}