[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 9 / DITranquillity / 3.3.0 / DITranquillity.podspec.json
blob9e97671e6aea7656ae22005d5006d98a459124fa
2   "name": "DITranquillity",
3   "version": "3.3.0",
4   "summary": "DITranquillity - Dependency injection for iOS/macOS/tvOS (Swift)",
5   "description": "DITranquillity - The small library for dependency injection in applications written on pure Swift for iOS/OSX/tvOS. Despite its size, it solves a large enough range of tasks, including Storyboard support. Its main advantage - modularity of support, detailed logs and lots of opportunities.",
6   "homepage": "https://github.com/ivlevAstef/DITranquillity",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "documentation_url": "https://htmlpreview.github.io/?https://github.com/ivlevAstef/DITranquillity/blob/master/Documentation/code/index.html",
12   "authors": {
13     "Alexander.Ivlev": "ivlev.stef@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ivlevAstef/DITranquillity.git",
17     "tag": "v3.3.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "SwiftLazy": [
23     ]
24   },
25   "platforms": {
26     "ios": "8.0",
27     "tvos": "9.0",
28     "osx": "10.10"
29   },
30   "ios": {
31     "public_header_files": [
32       "Sources/DITranquillity.h",
33       "Sources/Storyboard/iOS-tvOS/*.h"
34     ],
35     "source_files": [
36       "Sources/DITranquillity.h",
37       "Sources/**/*.swift",
38       "Sources/Storyboard/iOS-tvOS/*.{h,m}"
39     ]
40   },
41   "tvos": {
42     "public_header_files": [
43       "Sources/DITranquillity.h",
44       "Sources/Storyboard/iOS-tvOS/*.h"
45     ],
46     "source_files": [
47       "Sources/DITranquillity.h",
48       "Sources/**/*.swift",
49       "Sources/Storyboard/iOS-tvOS/*.{h,m}"
50     ]
51   },
52   "osx": {
53     "public_header_files": [
54       "Sources/DITranquillity.h",
55       "Sources/Storyboard/OSX/*.h"
56     ],
57     "source_files": [
58       "Sources/DITranquillity.h",
59       "Sources/**/*.swift",
60       "Sources/Storyboard/OSX/*.{h,m}"
61     ]
62   }