[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 9 / DITranquillity / 1.0.0 / DITranquillity.podspec.json
blobc13cdaba1a84696ea4854cd8af64a5a9c9b778ca
2   "name": "DITranquillity",
3   "version": "1.0.0",
4   "summary": "DITranquillity - Dependency injection for iOS/macOS/tvOS (Swift)",
5   "description": "DITranquillity - Prototype Dependency injection for iOS/macOS/tvOS (Swift).",
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": "v1.0.0"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": [
22       "Sources/Core/**/*.swift",
23       "Sources/Assembly/*.swift",
24       "Sources/Storyboard/iOS-tvOS/*.{h,m,swift}",
25       "Sources/DITranquillity.h"
26     ]
27   },
28   "tvos": {
29     "source_files": [
30       "Sources/Core/**/*.swift",
31       "Sources/Assembly/*.swift",
32       "Sources/Storyboard/iOS-tvOS/*.{h,m,swift}",
33       "Sources/DITranquillity.h"
34     ]
35   },
36   "osx": {
37     "source_files": [
38       "Sources/Core/**/*.swift",
39       "Sources/Assembly/*.swift",
40       "Sources/Storyboard/OSX/*.{h,m,swift}",
41       "Sources/DITranquillity.h"
42     ]
43   },
44   "platforms": {
45     "ios": "8.0",
46     "tvos": "9.0",
47     "osx": "10.10"
48   }