[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / f / mPulse / 2.6.3 / mPulse.podspec.json
blob2dd8ee537b2641310d7ed8674f5977bc4ae27d2c
2   "name": "mPulse",
3   "version": "2.6.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/akamai/mPulse-iOS",
10   "social_media_url": "https://twitter.com/akamai",
11   "source": {
12     "git": "https://github.com/akamai/mPulse-iOS.git",
13     "tag": "2.6.3"
14   },
15   "authors": {
16     "Akamai": "support@akamai.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   ],
43   "frameworks": [
44     "CoreLocation",
45     "CoreTelephony",
46     "SystemConfiguration"
47   ],
48   "requires_arc": true