blob: b5dc60d3aee0133fe3db5f5206da48eb8e442e4a [file] [log] [blame]
{
"name": "Postal",
"version": "0.4.0",
"summary": "A swift framework for working with emails.",
"description": "A Swift framework for working with emails. Simple and quick to use. Built on top of libetpan.",
"homepage": "https://github.com/snipsco/Postal",
"license": "MIT",
"authors": {
"Kevin Lefevre": "kevin.lefevre@snips.ai",
"Jeremie Girault": "jeremie.girault@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/snipsco/Postal.git",
"tag": "v0.4.0"
},
"default_subspecs": "Core",
"osx": {
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "\"$(SRCROOT)/Postal/dependencies\" \"$(SRCROOT)/Postal/dependencies/build/macos/include\"",
"LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/macos/lib\"",
"HEADER_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/macos/include\""
}
},
"pushed_with_swift_version": "3.0.2",
"subspecs": [
{
"name": "Core",
"source_files": "Postal/*.{swift,h}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NO_MACROS=1"
},
"ios": {
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "\"$(SRCROOT)/Postal/dependencies\" \"$(SRCROOT)/Postal/dependencies/build/ios/include\"",
"LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/ios/lib\"",
"HEADER_SEARCH_PATHS": "\"$(SRCROOT)/Postal/dependencies/build/ios/include\""
}
},
"preserve_paths": "dependencies",
"libraries": [
"etpan",
"sasl2",
"z",
"iconv"
],
"dependencies": {
"Result": [
"~> 3.1.0"
]
}
},
{
"name": "ReactiveCocoa",
"dependencies": {
"Postal/ReactiveSwift": [
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Postal/ReactiveSwift/*.swift",
"dependencies": {
"Postal/Core": [
],
"ReactiveSwift": [
"1.0.0-rc.3"
]
}
}
]
}