blob: 7013baa5761cd5b6cdbd949ef55951469e7b19c7 [file] [log] [blame]
{
"name": "JPushWeexPlugin",
"version": "0.0.3",
"summary": "JPush Weex Plugin",
"static_framework": true,
"description": "Weexplugin Source Description",
"homepage": "https://github.com",
"license": {
"type": "Copyright",
"text": " copyright\n"
},
"authors": {
"huminios": "380108184@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jpush/jpush-weex-plugin.git",
"tag": "0.0.3"
},
"source_files": "ios/Sources/*.{h,m,mm}",
"requires_arc": true,
"dependencies": {
"WeexPluginLoader": [
],
"WeexSDK": [
],
"JPush": [
]
},
"frameworks": [
"UIKit",
"CFNetwork",
"CoreFoundation",
"CoreTelephony",
"SystemConfiguration",
"CoreGraphics",
"Foundation",
"Security"
],
"weak_frameworks": "UserNotifications",
"libraries": [
"z",
"resolv"
],
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
}
}