blob: 77c31a9a6dc6545d7e9838bfe41ada596b3355bb [file] [log] [blame]
{
"name": "Tangram",
"version": "1.0.4",
"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"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alibaba/Tangram-iOS.git",
"tag": "1.0.4"
},
"resources": "Tangram/Resource/*.{plist,json}",
"source_files": "Tangram/Source/**/*.{h,m}",
"dependencies": {
"LazyScroll": [
"~>0.0.2"
],
"SDWebImage": [
"~>3.7"
]
}
}