[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / e / HTEventLogger / 0.1.0 / HTEventLogger.podspec.json
blob5ca535b4c30f882408f44c6fa3804c4ab0082e1c
2   "name": "HTEventLogger",
3   "version": "0.1.0",
4   "summary": "HTEventLogger is a wrapper for Event Tracking.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/nscribble/HTEventLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nscribble": "x201710216@163.com"
13   },
14   "source": {
15     "git": "https://github.com/nscribble/HTEventLogger.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "source_files": "HTEventLogger/Classes/**/*.{h,m,swift}",
23   "public_header_files": "HTEventLogger/Classes/**/*.h",
24   "frameworks": "Foundation",
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "pod_target_xcconfig": {
29     "VALID_ARCHS": "x86_64 armv7 arm64",
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   }