[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / e / 7 / AXACOREMODULE / 1.0.6 / AXACOREMODULE.podspec.json
blob4cd4146c1fd721f6af9ec9cf9d7bf5896662d607
2   "name": "AXACOREMODULE",
3   "version": "1.0.6",
4   "summary": "A short description of AXACOREMODULE.",
5   "description": "Testing module",
6   "homepage": "https://github.com/Aruna-Sree/AXACOREMODULE",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aruna": "arunaiosdev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Aruna-Sree/AXACOREMODULE.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CAMobileAppAnalytics/**/*.h",
22   "public_header_files": "CAMobileAppAnalytics/**/*.h",
23   "resources": "CAMobileAppAnalytics/**/*.js",
24   "vendored_libraries": "CAMobileAppAnalytics/**/*.a",
25   "libraries": [
26     "c++",
27     "z",
28     "sqlite3"
29   ],
30   "frameworks": [
31     "CoreLocation",
32     "SystemConfiguration",
33     "Foundation",
34     "UIKit",
35     "CoreGraphics",
36     "Security",
37     "CoreTelephony",
38     "WebKit"
39   ],
40   "requires_arc": true,
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"