[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 4 / b / c / Postal / 0.5.0 / Postal.podspec.json
blob95ec4c81679f48f94b67a9859e8ffe53a0283dee
2   "name": "Postal",
3   "version": "0.5.0",
4   "summary": "A swift framework for working with emails.",
5   "description": "A Swift framework for working with emails. Simple and quick to use. Built on top of libetpan.",
6   "homepage": "https://github.com/snipsco/Postal",
7   "license": "MIT",
8   "authors": {
9     "Kevin Lefevre": "kevin.lefevre@snips.ai",
10     "Jeremie Girault": "jeremie.girault@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/snipsco/Postal.git",
18     "tag": "v0.5.0"
19   },
20   "default_subspecs": "Core",
21   "osx": {
22     "pod_target_xcconfig": {
23       "SWIFT_INCLUDE_PATHS": "\"$(SRCROOT)/Postal/dependencies\" \"$(SRCROOT)/Postal/dependencies/build/macos/include\"",
24       "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/macos/lib\"",
25       "HEADER_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/macos/include\""
26     }
27   },
28   "pushed_with_swift_version": "4.0.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Postal/*.{swift,h}",
33       "pod_target_xcconfig": {
34         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NO_MACROS=1"
35       },
36       "ios": {
37         "pod_target_xcconfig": {
38           "SWIFT_INCLUDE_PATHS": "\"$(SRCROOT)/Postal/dependencies\" \"$(SRCROOT)/Postal/dependencies/build/ios/include\"",
39           "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/ios/lib\"",
40           "HEADER_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/ios/include\""
41         }
42       },
43       "preserve_paths": "dependencies",
44       "libraries": [
45         "etpan",
46         "sasl2",
47         "z",
48         "iconv"
49       ],
50       "dependencies": {
51         "Result": [
52           "~> 3.2"
53         ]
54       }
55     },
56     {
57       "name": "ReactiveCocoa",
58       "dependencies": {
59         "Postal/ReactiveSwift": [
61         ]
62       }
63     },
64     {
65       "name": "ReactiveSwift",
66       "source_files": "Postal/ReactiveSwift/*.swift",
67       "dependencies": {
68         "Postal/Core": [
70         ],
71         "ReactiveSwift": [
72           "~> 2.0"
73         ]
74       }
75     }
76   ]