blob: ce8680e9afa49b287beec7c9b012269ebc1793b3 [file] [log] [blame]
{
"name": "MiniProgram",
"version": "1.1.0",
"summary": "小程序平台",
"homepage": "https://github.com/meifenglin/MiniProgram",
"license": {
"type": "MIT"
},
"authors": {
"meifenglin": "mfl_617@163.com"
},
"platforms": {
"ios": "8.0"
},
"resources": "Resources/MPRes.bundle",
"source": {
"git": "https://github.com/meifenglin/MiniProgram.git",
"tag": "1.1.0"
},
"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"
],
"requires_arc": true,
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"ZipArchive": [
"~> 1.4.0"
],
"Masonry": [
"~> 1.1.0"
]
}
}