[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 9 / DITranquillity / 3.0.3 / DITranquillity.podspec.json
blob75326623ea65d111a9a186fd3108fa4e0003bbda
2   "name": "DITranquillity",
3   "version": "3.0.3",
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://github.com/ivlevAstef/DITranquillity",
12   "authors": {
13     "Alexander.Ivlev": "ivlev.stef@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ivlevAstef/DITranquillity.git",
17     "tag": "v3.0.3"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0",
23     "osx": "10.10"
24   },
25   "ios": {
26     "public_header_files": [
27       "Sources/DITranquillity.h",
28       "Sources/Storyboard/iOS-tvOS/*.h"
29     ],
30     "source_files": [
31       "Sources/DITranquillity.h",
32       "Sources/**/*.swift",
33       "Sources/Storyboard/iOS-tvOS/*.{h,m}"
34     ]
35   },
36   "tvos": {
37     "public_header_files": [
38       "Sources/DITranquillity.h",
39       "Sources/Storyboard/iOS-tvOS/*.h"
40     ],
41     "source_files": [
42       "Sources/DITranquillity.h",
43       "Sources/**/*.swift",
44       "Sources/Storyboard/iOS-tvOS/*.{h,m}"
45     ]
46   },
47   "osx": {
48     "public_header_files": [
49       "Sources/DITranquillity.h",
50       "Sources/Storyboard/OSX/*.h"
51     ],
52     "source_files": [
53       "Sources/DITranquillity.h",
54       "Sources/**/*.swift",
55       "Sources/Storyboard/OSX/*.{h,m}"
56     ]
57   },
58   "pushed_with_swift_version": "3.1"