[Add] PubNubSwift 8.2.3
[CocoaPods.git] / Specs / 9 / b / a / SessionCoreKit / 1.0.0 / SessionCoreKit.podspec.json
blobb435cc1487de46b5c327026482d6a5115057d23b
2   "name": "SessionCoreKit",
3   "version": "1.0.0",
4   "summary": "A Swift & Objective-C library used by other Session libraries.",
5   "description": "A Swift & Objective-C library used by other Session libraries.",
6   "homepage": "https://github.com/loki-project/session-ios-core-kit",
7   "license": "GPLv3",
8   "authors": {
9     "Niels Andriesse": "niels@loki.network"
10   },
11   "source": {
12     "git": "https://github.com/loki-project/session-ios-core-kit.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://getsession.org/",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "SignalCoreKit/src/**/*.{h,m,mm,swift}",
22     "SignalCoreKit/Private/**/*.{h,m,mm,swift}"
23   ],
24   "public_header_files": "SignalCoreKit/src/**/*.h",
25   "compiler_flags": "-fcxx-modules",
26   "prefix_header_file": "SignalCoreKit/SCKPrefix.h",
27   "xcconfig": {
28     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
29   },
30   "dependencies": {
31     "CocoaLumberjack": [
33     ],
34     "GRKOpenSSLFramework": [
36     ]
37   },
38   "testspecs": [
39     {
40       "name": "Tests",
41       "test_type": "unit",
42       "source_files": "SignalCoreKitTests/src/**/*.{h,m,swift}"
43     }
44   ]