blob: 6fb6a1325ed25d06c5316f1f7f39b377db85a989 [file] [log] [blame]
{
"name": "MiniProgramSDK",
"version": "1.2.2",
"summary": "小程序平台,在iOS项目中加载微信小程序",
"homepage": "https://github.com/meifenglin/MiniProgramSDK",
"license": {
"type": "MIT"
},
"authors": {
"meifenglin": "mfl_617@163.com"
},
"platforms": {
"ios": "10.0"
},
"resources": "Resources/MPRes.bundle",
"source": {
"git": "https://github.com/meifenglin/MiniProgram.git",
"tag": "1.2.2"
},
"source_files": "Framework/MiniProgram.framework/Headers/*.{h}",
"vendored_frameworks": "Framework/MiniProgram.framework",
"public_header_files": "Framework/MiniProgram.framework/Headers/MiniProgram.h",
"frameworks": [
"Foundation",
"AVFoundation",
"CFNetwork",
"CoreBluetooth",
"CoreGraphics",
"CoreLocation",
"JavaScriptCore",
"Security",
"CoreTelephony",
"SystemConfiguration"
],
"requires_arc": true,
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"ZipArchive": [
"~> 1.4.0"
],
"Masonry": [
"~> 1.1.0"
]
}
}