blob: d13abc4cdd0453fd1cd0ad8905ff7eec85f605cb [file] [log] [blame]
{
"name": "TTTFramework",
"version": "1.0.1",
"summary": "UI Framework for TTTeam.",
"description": "TTTFramework 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/windliketheman/TTTFramework.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wind": "wind.like.the.man@icloud.com"
},
"source": {
"git": "https://github.com/windliketheman/TTTFramework.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "TTTFRAMEWORK=1"
},
"preserve_paths": [
"TTTFramework/Classes/**/*",
"TTTFramework/Assets/**/*",
"TTTFramework/Framework/**/*",
"TTTFramework/Archive/**/*"
],
"source_files": "TTTFramework/Classes/**/*.{h,m,mm,c,cpp,cc}",
"public_header_files": "TTTFramework/Classes/**/*.h",
"resources": "TTTFramework/Assets/TTTFramework.bundle",
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"WebKit",
"AVFoundation",
"Photos"
],
"dependencies": {
"MBProgressHUD": [
],
"Masonry": [
],
"uchardet": [
]
}
}