[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / 3 / a / Times / 1.0.0 / Times.podspec.json
blob6840fb9748742f253cf3445d5253f16e50e85327
2   "name": "Times",
3   "version": "1.0.0",
4   "summary": "Control how many times a codeblock gets executed.",
5   "description": "You can easily run a codeblock once (or as many times you want) without having to track the status yourself.",
6   "homepage": "https://github.com/okaris/Times.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "okaris": "ok@okaris.com"
13   },
14   "social_media_url": "http://twitter.com/okarisman",
15   "source": {
16     "git": "https://github.com/okaris/Times.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Classes/**/*",
23   "exclude_files": "Classes/Exclude",
24   "pushed_with_swift_version": "3.0"