blob: f31f4a56b749191c2dee34f9cb0902b0afdc154c [file] [log] [blame]
{
"name": "SJOPaperboy",
"version": "1.0.0",
"summary": "An easy to use library that lets you implement background updates in your app.",
"description": " An easy to use library that lets you implement background updates in your app that run whenever the user enters or exits a specified location.\n",
"homepage": "http://github.com/blork/SJOPaperboy",
"screenshots": "https://raw.github.com/blork/SJOPaperboy/master/screenshot.png",
"license": "MIT",
"authors": {
"Sam Oakley": "sam@blork.co.uk"
},
"source": {
"git": "https://github.com/blork/SJOPaperboy.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SJOPaperboy",
"public_header_files": "SJOPaperboy/SJOPaperboyLocationManager.h,SJOPaperboy/SJOPaperboyViewController.h",
"resources": "SJOPaperboy/Paperboy.strings",
"frameworks": [
"CoreLocation",
"AddressBookUI"
],
"requires_arc": true
}