blob: cf325ec036a7f1405897b4b4b559b083c1f0141a [file] [log] [blame]
{
"name": "TSBackgroundFetch",
"version": "0.0.1",
"summary": "iOS Background Fetch API Manager",
"description": "iOS Background Fetch API Manager with ability to handle multiple listeners.",
"homepage": "http://www.transistorsoft.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"christocracy": "christocracy@gmail.com"
},
"source": {
"git": "https://github.com/transistorsoft/transistor-background-fetch.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/christocracy",
"platforms": {
"ios": "8.0"
},
"source_files": "ios/TSBackgroundFetch/TSBackgroundFetch/*.{h,m}",
"vendored_frameworks": "ios/TSBackgroundFetch/TSBackgroundFetch.framework"
}