blob: 4c8be5de0c96b919f63f961b31488cffe5b58f55 [file] [log] [blame]
{
"name": "LSRFramework",
"version": "1.1.3",
"summary": "UI Framework for LSRTeam.",
"description": "LSRFramework is a simple framework for building ui interfaces, after you have configured the appropriate interface properties (especially the navigation bar), you don't have to worry about whether other interface modifications will have a negative impact on the interface. In fact, the interface will restore itself to its original appearance.",
"homepage": "https://github.com/lgy881228/LSRFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lgy881228": "510687394@qq.com"
},
"source": {
"git": "https://github.com/lgy881228/LSRFramework.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "TTTFRAMEWORK=1"
},
"source_files": "LSRFramework/Classes/**/*.{h,m,mm,c,cpp,cc}",
"preserve_paths": [
"LSRFramework/Classes/**/*",
"LSRFramework/Assets/**/*",
"LSRFramework/Classes/**/*.{h,m,mm,c,cpp,cc}"
],
"public_header_files": "LSRFramework/Classes/**/*.h",
"resources": "LSRFramework/Assets/TTTFramework.bundle",
"frameworks": [
"SystemConfiguration",
"WebKit",
"AVFoundation",
"Photos"
],
"dependencies": {
"MBProgressHUD": [
],
"Masonry": [
]
}
}