[Add] DXPNudgesLib 1.0.32
[CocoaPods.git] / Specs / 4 / 0 / 1 / CoreSDK / 0.7.0 / CoreSDK.podspec.json
blob5447f8208bbd52b251b2becfd934073dd98159a1
2   "name": "CoreSDK",
3   "version": "0.7.0",
4   "homepage": "https://help.emarsys.com/hc/en-us/articles/115002410625",
5   "license": "Mozilla Public License 2.0",
6   "authors": {
7     "Emarsys Technologies": "mobile-team@emarsys.com"
8   },
9   "summary": "Core iOS SDK",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/emartech/ios-core-sdk.git",
15     "tag": "0.7.0"
16   },
17   "source_files": "Core/**/*.{h,m}",
18   "public_header_files": [
19     "Core/EMSRequestManager.h",
20     "Core/EMSRequestModelBuilder.h",
21     "Core/EMSRequestModel.h",
22     "Core/EMSResponseModel.h",
23     "Core/EMSAuthentication.h",
24     "Core/EMSDeviceInfo.h",
25     "Core/NSError+EMSCore.h",
26     "Core/EMSCoreCompletion.h",
27     "Core/Worker/EMSRESTClient.h"
28   ],
29   "libraries": [
30     "z",
31     "c++",
32     "sqlite3"
33   ]