blob: ac56bb4b1e9fb14117bd2732048cb7ccf8d1411f [file] [log] [blame]
{
"name": "DJComponentHotfix",
"version": "0.1.1",
"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.1.1"
},
"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": [
]
}
}
]
}