blob: c4a86512cc4e0e91f5b8ecdb91bdb3b65a8e5e75 [file] [log] [blame]
{
"name": "YJNAppEntranceManager",
"version": "1.0.1",
"summary": "AppDelegate管理",
"platforms": {
"ios": "8.0"
},
"description": "appdelegate 管理",
"homepage": "https://github.com/yinjining/YJNAppEntranceManager",
"authors": {
"殷继宁": "921652053@qq.com"
},
"license": {
"type": "MIT",
"text": "\n"
},
"source": {
"git": "https://github.com/yinjining/YJNAppEntranceManager.git",
"tag": "1.0.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "YJNAPP",
"public_header_files": "YJNAppEntranceManagerDemo/YJNAppEntranceManager/YJNAPP/*.h",
"source_files": "YJNAppEntranceManagerDemo/YJNAppEntranceManager/YJNAPP/*.{h,m,mm,c,cc,cpp}"
},
{
"name": "YJNScene",
"public_header_files": "YJNAppEntranceManagerDemo/YJNAppEntranceManager/YJNScene/*.h",
"source_files": "YJNAppEntranceManagerDemo/YJNAppEntranceManager/YJNScene/*.{h,m,mm,c,cc,cpp}"
}
]
}