[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 5 / 0 / JPushSDK / 1.8.2 / JPushSDK.podspec.json
blob08c7a0c6f916271d20bfff0f234c5bce4e7ddf3d
2   "name": "JPushSDK",
3   "version": "1.8.2",
4   "summary": "JPush SDK for iOS.",
5   "description": "JPush SDK for iOS. \n极光推送管理Portal提供易用的消息推送工具,使得您公司的业务运营人员,能够很简单方便地操作、推送通知。\n            详情请查看官网:http://www.jpush.cn/ \n",
6   "homepage": "http://www.jpush.cn/",
7   "license": {
8     "type": "Copyright",
9     "text": "LICENSE Copyright 2010 - 2014 JPush.cn, Inc. All rights reserved."
10   },
11   "authors": {
12     "JPush": "support@jpush.cn"
13   },
14   "social_media_url": "http://www.jeeinc.com/",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/wisdomslab/JPush.git",
20     "tag": "1.8.2"
21   },
22   "source_files": "lib/*.h",
23   "preserve_paths": "lib/*.a",
24   "libraries": "z",
25   "frameworks": [
26     "UIKit",
27     "CFNetwork",
28     "CoreFoundation",
29     "CoreTelephony",
30     "CoreGraphics",
31     "SystemConfiguration",
32     "Foundation",
33     "Security"
34   ],
35   "requires_arc": true,
36   "xcconfig": {
37     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/JPushSDK/lib"
38   }