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