[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / a / 7 / d / RTLAppSkeleton / 0.2.1 / RTLAppSkeleton.podspec.json
blob63420ff8003c11e62e779e58c181c61595dd3e11
2   "name": "RTLAppSkeleton",
3   "version": "0.2.1",
4   "summary": "RTLAppSkeleton is a pack of base classes that used when you create new project",
5   "swift_version": "4.2",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/AlexandrLebedko/RTLAppSkeleton",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "alebedko@retechlabs.com": "alebedko@retechlabs.com"
14   },
15   "source": {
16     "git": "https://github.com/AlexandrLebedko/RTLAppSkeleton.git",
17     "branch": "master",
18     "tag": "0.2.1"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "RTLAppSkeleton/Classes/**/*",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "ReactiveCocoa": [
27       "~> 8.0.2"
28     ],
29     "ReactiveSwift": [
30       "~> 4.0"
31     ],
32     "Kingfisher": [
33       "~> 4.6.2"
34     ]
35   }