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",
9 "Kevin Lefevre": "kevin.lefevre@snips.ai",
10 "Jeremie Girault": "jeremie.girault@gmail.com"
17 "git": "https://github.com/snipsco/Postal.git",
20 "default_subspecs": "Core",
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\""
28 "pushed_with_swift_version": "2.3",
32 "source_files": "Postal/*.{swift,h}",
33 "pod_target_xcconfig": {
34 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NO_MACROS=1"
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\""
43 "preserve_paths": "dependencies",
57 "name": "ReactiveCocoa",
58 "source_files": "Postal/ReactiveCocoa/*.swift",