blob: b1da762990acba07538a5147cbe2d4b1d1a7f988 [file] [log] [blame]
{
"name": "Tangram",
"version": "1.0.1",
"summary": "Tangram is a UI Framework for building a fast and dynamic ScrollView.",
"description": "Tangram is a UI Framework for building a fast and dynamic ScrollView, with two platform support(Android & iOS)",
"homepage": "https://tangram.pingguohe.net",
"license": {
"type": "MIT"
},
"authors": {
"fydx": "lbgg918@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alibaba/Tangram-iOS.git",
"tag": "1.0.1"
},
"resources": "Tangram/Resource/*.{plist,json}",
"source_files": "Tangram/Source/**/*.{h,m}",
"dependencies": {
"LazyScroll": [
"~>0.0.2"
],
"SDWebImage": [
"~>3.7.3"
]
}
}