blob: aa291c10c5b1088d15c94a5bda9adc99311120c2 [file] [log] [blame]
{
"name": "Selene",
"version": "1.0.4",
"summary": "Selene is a library for scheduling background tasks.",
"description": " Selene calculates a task's goodness to determine whether the task should be executed.\n",
"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.4"
},
"source_files": "Selene/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}