[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 7 / 5 / 3 / swift_spotlight / 0.0.1 / swift_spotlight.podspec.json
blob74ff4085a316dbf126b05dd07d476451856e0901
2   "name": "swift_spotlight",
3   "version": "0.0.1",
4   "summary": "With the help of this package users can add app walkthrough in their app.",
5   "description": "For use this package first you have to add this package to your Podfile and after this you just have to use YourSomeView().spotlight(enabled: true, title: Your title, description: Your description)",
6   "homepage": "https://github.com/frenzycoder7/swift_spotlight.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gaurav Singh": "connect@igaurav.dev"
13   },
14   "source": {
15     "git": "git@github.com:frenzycoder7/swift_spotlight.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "source_files": "Sources/**/*.{h,m,swift}",
22   "requires_arc": true,
23   "swift_versions": [
24     "5.0"
25   ],
26   "swift_version": "5.0"