blob: 55d5fe31df78d8e347afe8894ab8b1e65e752a5e [file] [log] [blame]
{
"name": "Selene",
"version": "1.0.8",
"summary": "Selene is a library for scheduling background tasks.",
"description": "Selene calculates a task's goodness to determine whether the task should be executed.",
"homepage": "https://github.com/linkedin/Selene",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Kirollos Risk": "kirollos@gmail.com"
},
"social_media_url": "http://twitter.com/kirorisk",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/linkedin/Selene.git",
"tag": "1.0.8"
},
"source_files": "Selene/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}