blob: 274e1b293b4477a5f5e388c8a3f5af34869b5fa4 [file] [log] [blame]
{
"name": "ROCardToss",
"version": "1.0.1",
"summary": "Generates a card popup that you can toss to dismiss.",
"description": " The Card Toss is part of the Rounded UI Framework. It allows you to easily generate a card popup, with a smooth bouncy transition, and a quick toss-to-dismiss motion when finished with the view. Delegates are setup to be notified when the card was tossed or the X button was clicked. Add any subviews you'd like to the Card Toss.\n",
"homepage": "https://github.com/Rounded/ROCardToss",
"license": "MIT",
"authors": {
"Brian Weinreich": "bw@roundedco.com"
},
"source": {
"git": "https://github.com/Rounded/ROCardToss.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/roundedco",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"ROCardToss": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"pop": [
],
"PureLayout": [
]
}
}