{ | |
"name": "Card", | |
"version": "1.0.0", | |
"summary": "A Card Scroll View", | |
"homepage": "https://github.com/Qmzy/Card", | |
"license": "MIT", | |
"platforms": { | |
"ios": "6.0" | |
}, | |
"authors": { | |
"Qmzy": "email@address.com" | |
}, | |
"source": { | |
"git": "https://github.com/Qmzy/Card.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": [ | |
"Card", | |
"Card/Card/Card/*.{h,m}" | |
], | |
"requires_arc": true, | |
"dependencies": { | |
"Masonry": [ | |
"~> 0.6.2" | |
] | |
} | |
} |