blob: 3c6af831db533aa5271bd675f250f948d16a9616 [file] [log] [blame]
{
"name": "WZBridge",
"version": "0.1.0",
"summary": "A short description of WZBridge.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/arcangelw/WZBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arcangelw": "wuzhezmc@gmail.com"
},
"source": {
"git": "https://github.com/arcangelw/WZBridge.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "WZBridge/Classes/**/*.{h,m}",
"resources": "WZBridge/Classes/*.js",
"public_header_files": "WZBridge/Classes/**/*.h",
"module_map": "WZBridge/Classes/WZBridge.modulemap",
"frameworks": [
"WebKit",
"UIKit",
"Foundation"
],
"static_framework": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}