[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / f / d / 1 / Selene / 1.0.0 / Selene.podspec.json
blob064128b852ba782b094798093aa2b6bae7fc080c
2   "name": "Selene",
3   "version": "1.0.0",
4   "summary": "Selene is a library for scheduling background task operations.",
5   "description": "                   Similar to the linux scheduler, Selene calculates a task's goodness to determine whether\n                   the task should be executed.\n",
6   "homepage": "https://github.com/linkedin/Selene",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kirollos Risk": "krisk@linkedin.com"
13   },
14   "social_media_url": "http://twitter.com/kirorisk",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/linkedin/Selene.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Selene/Selene/**/*.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true