2 "name": "AXACOREMODULE",
4 "summary": "A short description of AXACOREMODULE.",
5 "description": "Testing module",
6 "homepage": "https://github.com/Aruna-Sree/AXACOREMODULE",
12 "Aruna": "arunaiosdev@gmail.com"
15 "git": "https://github.com/Aruna-Sree/AXACOREMODULE.git",
21 "source_files": "CAMobileAppAnalytics/**/*.h",
22 "public_header_files": "CAMobileAppAnalytics/**/*.h",
23 "resources": "CAMobileAppAnalytics/**/*.js",
24 "vendored_libraries": "CAMobileAppAnalytics/**/*.a",
32 "SystemConfiguration",
41 "prepare_command": "echo 'post_install do |installer|\n installer.pods_project.targets.each do |target|\n if target.name == \"CommonPod\"\n ref = installer.pods_project.files.select { |project_file| project_file.display_name == \"CAMDOReporter.h\" }[0]\n header = target.headers_build_phase.add_file_reference(ref)\n header.settings = { 'ATTRIBUTES' => ['Public'] }\n end\n end\nend' >> ../../Podfile"