[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / d / b / 3 / TPPush-Swift / 1.0.0 / TPPush-Swift.podspec.json
blob090ebe73293688589b4a9b9dce3f1a8ed8876af5
2   "name": "TPPush-Swift",
3   "version": "1.0.0",
4   "summary": "iOS 远程推送库 操作封装 Swift版",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Topredator/TPPush-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Topredator": "luyanggold@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Topredator/TPPush-Swift.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "static_framework": true,
23   "source_files": "TPPush-Swift/Classes/**/*",
24   "pod_target_xcconfig": {
25     "SWIFT_INCLUDE_PATHS": [
26       "$(PODS_ROOT)/TPPush-Swift/Module",
27       "$(PODS_TARGET_SRCROOT)/TPPush-Swift/Module"
28     ],
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "preserve_paths": [
35     "TPPush-Swift/Module/module.modulemap",
36     "TPPush-Swift/Module/BridgeHeader.h"
37   ],
38   "dependencies": {
39     "GTSDK": [
41     ],
42     "TPFoundation-Swift": [
44     ]
45   },
46   "swift_version": "5.0"