[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 1 / Selene / 1.0.8 / Selene.podspec.json
blob55d5fe31df78d8e347afe8894ab8b1e65e752a5e
2   "name": "Selene",
3   "version": "1.0.8",
4   "summary": "Selene is a library for scheduling background tasks.",
5   "description": "Selene calculates a task's goodness to determine whether the task should be executed.",
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": "kirollos@gmail.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.8"
21   },
22   "source_files": "Selene/*.{h,m}",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true