blob: a648724f5fa6b0d71c71daee340e4bb1f6b59091 [file] [log] [blame]
{
"name": "MTCardLayout",
"version": "1.0.3",
"summary": "UICollectionView layout to mimick Passbook app.",
"description": " Apple has released awesome card layout for apps like Passbook or Reminder,\n how ever they do not release the layout with the SDK.\n \n This is an attempt to recreate the layout/animation as much as possible.\n",
"homepage": "https://github.com/minhntran/MTCardLayout",
"screenshots": "https://raw.githubusercontent.com/minhntran/MTCardLayout/master/images/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Minh Tran",
"social_media_url": "http://twitter.com/zealix",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/minhntran/MTCardLayout.git",
"tag": "v1.0.3"
},
"source_files": [
"MTCardLayout",
"MTCardLayout/**/*.{h,m}"
],
"public_header_files": "MTCardLayout/**/*.h",
"requires_arc": true
}