blob: 7d31cf2a33609e97c5e68f5eff68e6cac8df40df [file] [log] [blame]
{
"name": "JPush",
"version": "1.7.0",
"summary": "JPush SDK for iOS.",
"description": " JPush SDK for iOS. \n 极光推送管理Portal提供易用的消息推送工具,使得您公司的业务运营人员,能够很简单方便地操作、推送通知。\n 详情请查看官网:http://www.jpush.cn/ \n",
"homepage": "http://www.jpush.cn/",
"license": {
"type": "Copyright",
"text": "LICENSE Copyright 2010 - 2014 JPush.cn, Inc. All rights reserved."
},
"authors": {
"JPush": "support@jpush.cn"
},
"social_media_url": "http://weibo.com/eulbq",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/liubiqu/JPush.git",
"tag": "1.7.0"
},
"source_files": "lib/*.h",
"preserve_paths": "lib/*.a",
"libraries": "PushSDK",
"frameworks": [
"UIKit",
"CFNetwork",
"CoreFoundation",
"CoreTelephony",
"CoreGraphics",
"SystemConfiguration",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/JPush/lib"
}
}