[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 9 / f / mPulse / 1.0.0 / mPulse.podspec.json
blob40829e5d534c5e38e92b5499d5496b3b6c903a64
2   "name": "mPulse",
3   "version": "1.0.0",
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.0.0"
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     "c++",
30     "MPulse"
31   ],
32   "frameworks": [
33     "CoreLocation",
34     "CoreTelephony",
35     "SystemConfiguration"
36   ],
37   "requires_arc": true