[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / d / 7 / f / SwiftDelayer / 1.0.1 / SwiftDelayer.podspec.json
blob606a61e9e39693d687bac1f4dfc410363fd49582
2   "name": "SwiftDelayer",
3   "version": "1.0.1",
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.1"
21   },
22   "source_files": [
23     "SwiftDelayer/",
24     "SwiftDelayer/**/*.{h,m,swift}"
25   ],
26   "requires_arc": true