[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 9 / 5 / 2 / Carnival / 8.5.0 / Carnival.podspec.json
blobf9cf9cc9a6331a261e9c1bd7b72dc7f6834f3169
2   "name": "Carnival",
3   "version": "8.5.0",
4   "summary": "Carnival iOS SDK for integrating with http://carnival.io messaging and analytics service.",
5   "authors": {
6     "Carnival Mobile": "support@sailthru.com"
7   },
8   "homepage": "http://docs.carnival.io",
9   "source": {
10     "git": "https://github.com/carnivalmobile/carnival-ios-sdk.git",
11     "tag": "8.5.0"
12   },
13   "xcconfig": {
14     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Carnival/**\""
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": "Carnival.framework/Headers/*.h",
25   "resources": "Carnival.framework/*.png",
26   "public_header_files": "Carnival.framework/Headers/*.h",
27   "vendored_frameworks": "Carnival.framework",
28   "preserve_paths": "Carnival.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": "CarnivalExtension.framework/Headers/*.h",
41       "public_header_files": "CarnivalExtension.framework/Headers/*.h",
42       "vendored_frameworks": "CarnivalExtension.framework",
43       "preserve_paths": "CarnivalExtension.framework",
44       "frameworks": [
45         "Foundation",
46         "UserNotifications"
47       ]
48     }
49   ]