blob: d176a3276558fcbb14891d46883fd47b47312f46 [file] [log] [blame]
{
"name": "RGCardViewLayout",
"version": "1.0",
"summary": "Collection view card layout.",
"description": "This is a layout that clones the interaction of going through city \"cards\" in the City Guide App. (this app is #3 for the top iOS app animations on the raywenderlich).",
"authors": "Robera Geleta",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/terminatorover/RGCardViewLayout",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/terminatorover/RGCardViewLayout.git",
"tag": "v1.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"source_files": "RGCardViewLayout.{h,m}",
"public_header_files": "RGCardViewLayout.h"
}