[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 9 / e / 1 / k_test / 0.0.3 / k_test.podspec.json
blob0ac97d7f64a4ebf126fa1355a10b04a51563b29d
2   "name": "k_test",
3   "version": "0.0.3",
4   "summary": "Test",
5   "description": "This is a test.",
6   "homepage": "https://www.example.com",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Schelly": "professorschelly@gmail.com.com"
13   },
14   "source": {
15     "git": "https://github.com/cschelly/k-test.git",
16     "tag": "0.0.3"
17   },
18   "social_media_url": "https://twitter.com/xtinaschelly",
19   "static_framework": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "ios": {
24     "source_files": "Kochava/*.{h,m,mm}",
25     "dependencies": {
26       "KochavaTrackeriOS": [
27         "~> 3.14.0"
28       ]
29     },
30     "pod_target_xcconfig": {
31       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/KochavaTrackeriOS/**",
32       "OTHER_LDFLAGS": "$(inherited) -l\"KochavaTrackeriOS\"",
33       "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
34     }
35   }