blob: 0f2bb7f8abd0bf5d4747284f093e9bf7423ae0e0 [file] [log] [blame]
{
"name": "WLJPushUtil",
"version": "0.0.3",
"summary": "A Lib For jpush.",
"description": "WLJPushUtil一个对jpush的封装",
"homepage": "https://github.com/StoneStoneStoneWang/WLJPushUtil",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLJPushUtil.git",
"tag": "0.0.3"
},
"source_files": "Code/**/*.{h,m}",
"dependencies": {
"JPush": [
]
}
}