[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 4 / b / c / Postal / 0.1.1 / Postal.podspec.json
blob97023803fc3c88ee2508b053800fb2e105622490
2   "name": "Postal",
3   "version": "0.1.1",
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": "0.1.1"
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   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Postal/*.{swift,h}",
32       "pod_target_xcconfig": {
33         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NO_MACROS=1"
34       },
35       "ios": {
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\""
40         }
41       },
42       "preserve_paths": "dependencies",
43       "libraries": [
44         "etpan",
45         "sasl2",
46         "z",
47         "iconv"
48       ],
49       "dependencies": {
50         "Result": [
51           "~> 2.1.3"
52         ]
53       }
54     },
55     {
56       "name": "ReactiveCocoa",
57       "source_files": "Postal/ReactiveCocoa/*.swift",
58       "dependencies": {
59         "Postal/Core": [
61         ],
62         "ReactiveCocoa": [
63           "~> 4.2.1"
64         ]
65       }
66     }
67   ]