blob: fdd83668adc736a2015f6385d3572725a583bc81 [file] [log] [blame]
{
"name": "Selene",
"version": "2.0.0",
"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": "2.0.0"
},
"source_files": "Selene/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}