[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / 2 / Carnival / 10.1.0 / Carnival.podspec.json
blob479beb1ccae8e329087819911b4e08fe21ffef3b
2   "name": "Carnival",
3   "version": "10.1.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": "10.1.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     "WebKit"
37   ],
38   "deprecated": true,
39   "deprecated_in_favor_of": "SailthruMobile",
40   "subspecs": [
41     {
42       "name": "Extension",
43       "source_files": "CarnivalExtension.framework/Headers/*.h",
44       "public_header_files": "CarnivalExtension.framework/Headers/*.h",
45       "vendored_frameworks": "CarnivalExtension.framework",
46       "preserve_paths": "CarnivalExtension.framework",
47       "frameworks": [
48         "Foundation",
49         "UserNotifications"
50       ]
51     }
52   ]