[Add] MainPush 1.0.4
[CocoaPods.git] / Specs / 4 / 0 / 1 / CoreSDK / 0.5.0 / CoreSDK.podspec.json
blob70dae51b09815a13f90d1b633d71927a14e05af7
2   "name": "CoreSDK",
3   "version": "0.5.0",
4   "homepage": "http://documentation.emarsys.com/",
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.5.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   ],
27   "libraries": [
28     "z",
29     "c++"
30   ]