blob: d8f5043a41bd7e4ae5b6cc361f13340f1d19b9eb [file] [log] [blame]
{
"name": "TTTFramework",
"version": "1.0.0",
"summary": "UI Framework for TTTeam.",
"description": "A simple framework for building ui interfaces, which makes it easy to configure interface properties.",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"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": [
]
}
}