[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / f / SwiftDelayer / 1.0.2 / SwiftDelayer.podspec.json
blobaadd24debf1d69ba8e6abe5dacbaf444175d5d46
2   "name": "SwiftDelayer",
3   "version": "1.0.2",
4   "summary": "Simple GCD delayer wrapper in Swift",
5   "description": "Just a simple wrapper for the GCD delay functionality written in Swift",
6   "homepage": "https://github.com/PiXeL16/SwiftDelayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Jimenez": "cjimenez16@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/chrisjimeneznat",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/PiXeL16/SwiftDelayer.git",
20     "tag": "1.0.2"
21   },
22   "source_files": [
23     "SwiftDelayer/",
24     "SwiftDelayer/**/*.{h,m,swift}"
25   ],
26   "requires_arc": true