blob: f9795f369c4a70df97f846428abf723fade3cb1f [file] [log] [blame]
{
"name": "Postal",
"version": "0.2.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": "0.2.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\""
}
},
"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": [
"~> 2.1.3"
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Postal/ReactiveCocoa/*.swift",
"dependencies": {
"Postal/Core": [
],
"ReactiveCocoa": [
"~> 4.2.1"
]
}
}
]
}