[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / 5 / KSOOnboarding / 0.1.1 / KSOOnboarding.podspec.json
blob43e6ad22302a92500fe95ab925404a331988a5f4
2   "name": "KSOOnboarding",
3   "version": "0.1.1",
4   "summary": "KSOOnboarding is an iOS framework for on-boarding new users.",
5   "description": "KSOOnboarding is an iOS framework for on-boarding new users. It can display a background image or video and provides flexible layout options. Each view consists of optional image, headline text, body text, and action text.",
6   "homepage": "https://github.com/Kosoku/KSOOnboarding",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/KSOOnboarding.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "requires_arc": true,
22   "source_files": "KSOOnboarding/**/*.{h,m}",
23   "exclude_files": "KSOOnboarding/KSOOnboarding-Info.h",
24   "private_header_files": "KSOOnboarding/Private/*.h",
25   "resource_bundles": {
26     "KSOOnboarding": [
27       "KSOOnboarding/**/*.{lproj}"
28     ]
29   },
30   "frameworks": [
31     "Foundation",
32     "UIKit",
33     "AVFoundation"
34   ],
35   "dependencies": {
36     "Agamotto": [
38     ],
39     "Ditko": [
41     ],
42     "Stanley": [
44     ]
45   }