[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 9 / f / mPulse / 0.0.3 / mPulse.podspec.json
blob6b50b5b96855e9e6c657b7043f4da1ab249764ba
2   "name": "mPulse",
3   "version": "0.0.3",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "iOS tracking 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": "0.0.3"
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": "libMPulse.a",
24   "ios": {
25     "vendored_libraries": "libMPulse.a"
26   },
27   "libraries": [
28     "z",
29     "stdc++",
30     "MPulse"
31   ],
32   "frameworks": [
33     "CoreLocation",
34     "CoreTelephony",
35     "SystemConfiguration"
36   ],
37   "requires_arc": true