blob: 5d33342d81f0fafb3acb3818fa8c5feaa7e4f873 [file] [log] [blame]
{
"name": "FIWWidget",
"version": "0.1.1",
"summary": "FIW插件-引擎插件,窗口对象是实现多窗口机制的基本单元。",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/chinacss/originalM.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"suchangjie2000@163.com": "suchangjie2000@163.com"
},
"source": {
"svn": "http://suchangjie.vicp.io/svn/originalM/FIWWidget",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "FIWWidget/Classes/**/*",
"public_header_files": "FIWWidget/Classes/**/*.h",
"resource_bundles": {
"FIWWidget": [
"FIWWidget/Assets/*.png"
]
},
"vendored_frameworks": "Dependencies/*.framework",
"libraries": [
"z",
"c++"
],
"frameworks": [
"UIKit",
"CoreTelephony",
"SystemConfiguration",
"Security"
],
"dependencies": {
"FIMSDK": [
"~> 0.1.1"
],
"Ono": [
"~> 1.2.2"
],
"SSZipArchive": [
"~> 2.1.1"
],
"BlocksKit": [
"~> 2.2.5"
]
}
}