blob: f0dcd8ffdac0d6a91d589daac199fe9fb1173ab1 [file] [log] [blame]
{
"name": "TTTFramework",
"version": "0.0.2",
"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": "0.0.2"
},
"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": [
]
}
}