[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / f / mPulse / 1.1.6 / mPulse.podspec.json
blob41443df020d9d1ce2bddf8c4214824df05a2866f
2   "name": "mPulse",
3   "version": "1.1.6",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "iOS library for mPulse Analytics",
9   "homepage": "https://github.com/SOASTA/mPulse-iOS",
10   "social_media_url": "https://twitter.com/cloudtest",
11   "source": {
12     "git": "https://github.com/SOASTA/mPulse-iOS.git",
13     "tag": "1.1.6"
14   },
15   "authors": {
16     "SOASTA": "support@soasta.com"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "include/*.h",
22   "public_header_files": "include/*.h",
23   "preserve_paths": [
24     "libMPulse.a",
25     "libMPulseSim.a"
26   ],
27   "ios": {
28     "vendored_libraries": [
29       "libMPulse.a",
30       "libMPulseSim.a"
31     ]
32   },
33   "libraries": [
34     "z",
35     "c++",
36     "MPulse",
37     "MPulseSim"
38   ],
39   "frameworks": [
40     "CoreLocation",
41     "CoreTelephony",
42     "SystemConfiguration"
43   ],
44   "requires_arc": true