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