[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 0 / d / JPush / 1.8.4 / JPush.podspec.json
blob22189e1b5d720d617efd58e8d44bea02423c67d9
2   "name": "JPush",
3   "version": "1.8.4",
4   "summary": "JPush SDK for iOS.",
5   "description": "JPush SDK for iOS. \n通过极光推送服务,主动、及时地向您的用户发起交互,向其发送聊天消息、日程提醒、活动预告、进度提示、动态更新等。精准的目标用户和有价值的推送内容可以提升用户忠诚度,提高留存率与收入。\n详情请查看官网:http://www.jpush.cn/ \n\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "http://www.jpush.cn/",
7   "license": "MIT",
8   "authors": {
9     "JPush": "support@jpush.cn",
10     "liubiqu": "liubiqu@qq.com"
11   },
12   "source": {
13     "git": "https://git.oschina.net/liubiqu/JPush.git",
14     "tag": "1.8.4"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": false,
20   "source_files": "lib/*.h",
21   "preserve_paths": "lib/*.a",
22   "frameworks": [
23     "UIKit",
24     "CFNetwork",
25     "CoreFoundation",
26     "CoreTelephony",
27     "SystemConfiguration",
28     "CoreGraphics",
29     "Foundation",
30     "Security"
31   ],
32   "libraries": [
33     "z",
34     "PushSDK"
35   ],
36   "xcconfig": {
37     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/JPush/lib"
38   }