blob: 3fec4a3a715c7b7969102ec0067d733c871748c0 [file] [log] [blame]
{
"name": "DJComponentHotfix",
"version": "0.2.0",
"summary": "A short description of DJHotfixManager.",
"description": "only for private use",
"homepage": "http://douzhongxu.com",
"license": "MIT (Dokay)",
"authors": {
"Doaky": "dokay_dou@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Dokay/DJHotfixManager.git",
"tag": "0.2.0"
},
"subspecs": [
{
"name": "RSA",
"source_files": "DJComponentHotfix/DJHotfixManager/RSA/*.{h,m}",
"requires_arc": true,
"frameworks": "Security"
},
{
"name": "Core",
"source_files": "DJComponentHotfix/DJHotfixManager/Core/*.{h,m}",
"exclude_files": [
"DJComponentHotfix/DJHotfixManager/Core/AppDelegate+DJLaunchProtect.h",
"DJComponentHotfix/DJHotfixManager/Core/AppDelegate+DJLaunchProtect.m"
],
"requires_arc": true,
"dependencies": {
"JSPatch": [
],
"DJComponentHotfix/RSA": [
],
"SSZipArchive": [
]
}
}
]
}