blob: d11908fd746313a0f186b5505fbe7e724c73f124 [file] [log] [blame]
{
"name": "Tangram",
"version": "1.0.7",
"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://github.com/alibaba/tangram-ios",
"license": {
"type": "MIT"
},
"authors": {
"fydx": "lbgg918@gmail.com",
"HarrisonXi": "gpra8764@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alibaba/Tangram-iOS.git",
"tag": "1.0.7"
},
"resources": "Tangram/Resource/*.{plist,json}",
"source_files": "Tangram/Source/**/*.{h,m}",
"dependencies": {
"LazyScroll": [
"~>0.1.0"
],
"SDWebImage": [
"~>4.2"
]
}
}