blob: c40d80577179484972fa2e2284aae90d978f2e43 [file] [log] [blame]
{
"name": "test_hotUpdate",
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"version": "2.0.1",
"license": "MIT",
"summary": "An HotUpdate framework on iOS.",
"homepage": "https://github.com/tianyahaijiaoHYX520/test_hotUpdate",
"authors": {
"": ""
},
"source": {
"git": "https://github.com/tianyahaijiaoHYX520/test_hotUpdate.git",
"tag": "2.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "test_hotUpdate/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"RNCryptor": [
"3.0.1"
],
"JSPatch": [
"1.0"
],
"JSPatch/Extensions": [
"1.0"
],
"HJNetWorkDataCore": [
],
"HJPageRouter": [
],
"ZipArchive": [
]
},
"subspecs": [
{
"name": "HotUpdateCategory",
"source_files": "test_hotUpdate/HotUpdateCategory/*.{h,m}"
},
{
"name": "HotUpdateModel",
"source_files": "test_hotUpdate/HotUpdateModel/**/*.{h,m}"
},
{
"name": "JSExtension",
"source_files": "test_hotUpdate/JSExtension/*.{h,m}"
}
]
}