[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 7 / 5 / ExponeaSDK / 2.0.0 / ExponeaSDK.podspec.json
blobd5b880c69a634c05c88d2050caae4ce11bdd1cb8
2   "name": "ExponeaSDK",
3   "version": "2.0.0",
4   "summary": "Exponea SDK used to track and fetch data from Exponea Experience Cloud.",
5   "description": "This library allows you to interact from your application or game with the Exponea App. \nExponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value.",
6   "homepage": "https://github.com/exponea/exponea-ios-sdk",
7   "license": "MIT",
8   "authors": {
9     "Exponea": "info@exponea.com"
10   },
11   "platforms": {
12     "ios": "10.3"
13   },
14   "swift_version": "4.2.0",
15   "source": {
16     "git": "https://github.com/exponea/exponea-ios-sdk.git",
17     "tag": "2.0.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "ExponeaSDK/ExponeaSDK/**/*.swift",
24       "exclude_files": "ExponeaSDK/ExponeaSDK-Notifications/**/*",
25       "resources": [
26         "ExponeaSDK/ExponeaSDK/Classes/Database/*.xcdatamodeld"
27       ]
28     },
29     {
30       "name": "Notifications",
31       "dependencies": {
32         "ExponeaSDK/Core": [
34         ]
35       },
36       "source_files": "ExponeaSDK/ExponeaSDK-Notifications/**/*.swift",
37       "exclude_files": "ExponeaSDK/ExponeaSDK/**/*",
38       "weak_frameworks": "UserNotifications"
39     }
40   ]