[Add] SectionKit2 2.4.1
[CocoaPods.git] / Specs / c / e / 1 / TerceptSDK / 1.0.5 / TerceptSDK.podspec.json
blobdc0e48c983fe1e1cee540fdc11f60d8d2b2cddd6
2   "name": "TerceptSDK",
3   "version": "1.0.5",
4   "summary": "Tercept SDK for analytics",
5   "description": "This static iOS library is used for collecting the Performance Data Platform for Digital Publishers",
6   "homepage": "http://tercept.com",
7   "license": "BSD 2-Clause Simplified License",
8   "authors": {
9     "Gourav Chindlur": "hello@tercept.com"
10   },
11   "module_name": "TerceptSDK",
12   "platforms": {
13     "ios": "12.0"
14   },
15   "source": {
16     "git": "https://github.com/Tercept-Inc/Tercept-SDK-iOS.git",
17     "tag": "1.0.5"
18   },
19   "source_files": "*",
20   "preserve_paths": "libTerceptSDK.a",
21   "public_header_files": "*.h",
22   "vendored_libraries": "libTerceptSDK.a",
23   "requires_arc": true,
24   "static_framework": true,
25   "pod_target_xcconfig": {
26     "VALID_ARCHS": "arm64 x86_64"
27   },
28   "xcconfig": {
29     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
30     "OTHER_LDFLAGS": "-ObjC -lTerceptSDK"
31   }