blob: 0ac97d7f64a4ebf126fa1355a10b04a51563b29d [file] [log] [blame]
{
"name": "k_test",
"version": "0.0.3",
"summary": "Test",
"description": "This is a test.",
"homepage": "https://www.example.com",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Schelly": "professorschelly@gmail.com.com"
},
"source": {
"git": "https://github.com/cschelly/k-test.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/xtinaschelly",
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Kochava/*.{h,m,mm}",
"dependencies": {
"KochavaTrackeriOS": [
"~> 3.14.0"
]
},
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/KochavaTrackeriOS/**",
"OTHER_LDFLAGS": "$(inherited) -l\"KochavaTrackeriOS\"",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}
}