blob: 28db03e4044cfa6a1503a635299ad7097665a28b [file] [log] [blame]
{
"name": "MMStackView",
"version": "0.1.0",
"summary": "MMStackView like cards list view in wallet app.",
"description": "MMStackView implements ApplePay card display effect, but also support the automatic paging, each page of the card number according to the height of the View of the automatic calculation. Is also easy to use, just like UITableView, enjoy it.",
"homepage": "https://github.com/mmy812/MMStackView",
"license": "MIT",
"authors": {
"mmy": "ymm.812@gmail.com"
},
"source": {
"git": "https://github.com/mmy812/MMStackView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MMStackView": [
"Pod/Assets/*.png"
]
}
}