[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 9 / f / mPulse / 2.3.4 / mPulse.podspec.json
blob9fdfa083a08d4ea8b6dc0726495dd937abcea413
2   "name": "mPulse",
3   "version": "2.3.4",
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/soastainc",
11   "source": {
12     "git": "https://github.com/SOASTA/mPulse-iOS.git",
13     "tag": "2.3.4"
14   },
15   "authors": {
16     "SOASTA": "support@soasta.com"
17   },
18   "pod_target_xcconfig": {
19     "OTHER_LDFLAGS": "-ObjC"
20   },
21   "platforms": {
22     "ios": "6.0"
23   },
24   "source_files": [
25     "include/*.h",
26     "Empty.m"
27   ],
28   "public_header_files": "include/*.h",
29   "preserve_paths": [
30     "libmPulseDevice.a",
31     "libmPulseSim.a"
32   ],
33   "ios": {
34     "vendored_libraries": [
35       "libmPulseDevice.a",
36       "libmPulseSim.a"
37     ]
38   },
39   "libraries": [
40     "z",
41     "c++",
42     "mPulseDevice",
43     "mPulseSim"
44   ],
45   "frameworks": [
46     "CoreLocation",
47     "CoreTelephony",
48     "SystemConfiguration"
49   ],
50   "requires_arc": true