[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / c / d / SailthruMobile / 10.1.0 / SailthruMobile.podspec.json
blobc72a9db47cd7227b213790109d361060b814f0c1
2   "name": "SailthruMobile",
3   "version": "10.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": "10.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 http://carnival.io"
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   "subspecs": [
38     {
39       "name": "Extension",
40       "source_files": "SailthruMobileExtension.framework/Headers/*.h",
41       "public_header_files": "SailthruMobileExtension.framework/Headers/*.h",
42       "vendored_frameworks": "SailthruMobileExtension.framework",
43       "preserve_paths": "SailthruMobileExtension.framework",
44       "frameworks": [
45         "Foundation",
46         "UserNotifications"
47       ]
48     }
49   ]