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\""
31 "source_files": "Postal/*.{swift,h}",
32 "pod_target_xcconfig": {
33 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NO_MACROS=1"
36 "pod_target_xcconfig": {
37 "SWIFT_INCLUDE_PATHS": "\"$(SRCROOT)/Postal/dependencies\" \"$(SRCROOT)/Postal/dependencies/build/ios/include\"",
38 "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/ios/lib\"",
39 "HEADER_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/ios/include\""
42 "preserve_paths": "dependencies",
56 "name": "ReactiveCocoa",
57 "source_files": "Postal/ReactiveCocoa/*.swift",