blob: 67b15d9328998172e4598640c6159d19ba34f527 [file] [log] [blame]
{
"name": "JTSBGTask",
"version": "1.0",
"summary": "Tidily request background task time on iOS.",
"description": "Tidily request background task time on iOS. I'm adding additional words here to satisy CocoaPods' pedantry.",
"homepage": "https://github.com/jaredsinclair/JTSBGTask",
"license": "MIT",
"authors": {
"Jared Sinclair": "jaredsinclair.rn@gmail.com"
},
"source": {
"git": "https://github.com/jaredsinclair/JTSBGTask.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "JTSBGTask.swift"
}