[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / d / 1 / Selene / 1.0.6 / Selene.podspec.json
blobfe82a1f1f18aaf031ace8c61337a0443b023f6a9
2   "name": "Selene",
3   "version": "1.0.6",
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.\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": "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.6"
21   },
22   "source_files": "Selene/*.{h,m}",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true