blob: 972dac1b661bcbede44293758c57437cdaf71f8b [file] [log] [blame]
{
"name": "Tangram",
"version": "2.1.1",
"summary": "Tangram is a modular UI solution for building native page dynamically & quickly.",
"description": "Tangram is a modular UI solution for building native page dynamically & quickly.\nAnd Tangram 2.x with VirtualView can create & release UI component dynamically.\nThe solution also have an implementation for Andriod platform.",
"homepage": "https://github.com/alibaba/Tangram-iOS",
"license": {
"type": "MIT"
},
"authors": {
"fydx": "lbgg918@gmail.com",
"HarrisonXi": "gpra8764@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alibaba/Tangram-iOS.git",
"tag": "2.1.1"
},
"resources": "Tangram/Resources/*",
"source_files": "Tangram/**/*.{h,m}",
"dependencies": {
"LazyScroll": [
"~> 1.0"
],
"VirtualView": [
"~> 1.1"
],
"SDWebImage": [
"~> 4.2"
]
}
}