[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 2 / c / d / SailthruMobile / 11.1.0 / SailthruMobile.podspec.json
blob33b9a8a8a1f491c26954f9bc751e1e120b823c3e
2   "name": "SailthruMobile",
3   "version": "11.1.0",
4   "summary": "Sailthru Mobile iOS SDK for integrating with https://mobile.sailthru.com messaging and analytics service.",
5   "authors": {
6     "Sailthru Mobile": "support@sailthru.com"
7   },
8   "homepage": "http://docs.mobile.sailthru.com/",
9   "source": {
10     "git": "https://github.com/carnivalmobile/carnival-ios-sdk.git",
11     "tag": "11.1.0"
12   },
13   "xcconfig": {
14     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/SailthruMobile/**\""
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "license": {
20     "type": "commercial",
21     "text": "Please refer to our privacy policy and terms of service at https://www.sailthru.com/legal"
22   },
23   "requires_arc": true,
24   "source_files": "SailthruMobile.framework/Headers/*.h",
25   "resources": "SailthruMobile.framework/*.png",
26   "public_header_files": "SailthruMobile.framework/Headers/*.h",
27   "vendored_frameworks": "SailthruMobile.framework",
28   "preserve_paths": "SailthruMobile.framework",
29   "frameworks": [
30     "UIKit",
31     "Foundation",
32     "CoreLocation",
33     "CoreGraphics",
34     "QuartzCore",
35     "UserNotifications"
36   ],
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "user_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "subspecs": [
44     {
45       "name": "Extension",
46       "source_files": "SailthruMobileExtension.framework/Headers/*.h",
47       "public_header_files": "SailthruMobileExtension.framework/Headers/*.h",
48       "vendored_frameworks": "SailthruMobileExtension.framework",
49       "preserve_paths": "SailthruMobileExtension.framework",
50       "frameworks": [
51         "Foundation",
52         "UserNotifications"
53       ]
54     }
55   ]