blob: 2245ebf79ace96bbcf19c9b17998f63d68645f79 [file] [log] [blame]
{
"name": "Tangram",
"version": "2.1.2",
"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.2"
},
"resources": "Tangram/Resources/*",
"source_files": "Tangram/**/*.{h,m}",
"dependencies": {
"SDWebImage": [
"~> 4.2"
],
"LazyScroll": [
"~> 1.0.0"
],
"VirtualView": [
"~> 1.2.0"
]
}
}