blob: 0f8b1583226187d8471deea66491bf6efec14932 [file] [log] [blame]
{
"name": "TZLocation",
"version": "0.0.1",
"summary": "Probably Approximately Correct Location via Time Zone",
"description": "\t\t\tThis project demonstrates how to get a rough approximation of an iOS or Mac OS X device's location using only data stored on the device. No GPS or internet lookups are involved. The resulting data is only approximately accurate, but probably good enough to determine the country or continent where the device is located.\n",
"homepage": "https://github.com/atomicbird/TZLocation",
"license": {
"type": "MIT",
"text": "The MIT License (MIT)\n\nCopyright (c) 2013 Tom Harrington \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
},
"authors": {
"Tom Harrington": "@atomicbird"
},
"social_media_url": "http://twitter.com/atomicbird",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/atomicbird/TZLocation.git",
"commit": "e589f2a8ad93c41987678529e778cb6318cef4c1"
},
"source_files": "Source/*{h,m}",
"resources": [
"Source/backward",
"Source/zone.tab"
],
"requires_arc": true
}