[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 9 / DITranquillity / 1.1.1 / DITranquillity.podspec.json
blob7e9490c580682b73c61717625da5eabff238c2c1
2   "name": "DITranquillity",
3   "version": "1.1.1",
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.1.1"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": [
22       "Sources/Core/**/*.swift",
23       "Sources/Assembly/*.swift",
24       "Sources/Scan/*.swift",
25       "Sources/Storyboard/iOS-tvOS/*.{h,m,swift}",
26       "Sources/DITranquillity.h"
27     ]
28   },
29   "tvos": {
30     "source_files": [
31       "Sources/Core/**/*.swift",
32       "Sources/Assembly/*.swift",
33       "Sources/Scan/*.swift",
34       "Sources/Storyboard/iOS-tvOS/*.{h,m,swift}",
35       "Sources/DITranquillity.h"
36     ]
37   },
38   "osx": {
39     "source_files": [
40       "Sources/Core/**/*.swift",
41       "Sources/Assembly/*.swift",
42       "Sources/Scan/*.swift",
43       "Sources/Storyboard/OSX/*.{h,m,swift}",
44       "Sources/DITranquillity.h"
45     ]
46   },
47   "platforms": {
48     "ios": "8.0",
49     "tvos": "9.0",
50     "osx": "10.10"
51   }