blob: 9871f0db18f5508b7630a8530211af45546112dd [file] [log] [blame]
{
"name": "MDComponents",
"version": "0.1.0",
"summary": "Material Design Components for iOS.",
"description": "MDComponents is a collection of custom components written in swift with the purpose of simulate Google's Material Design components.",
"homepage": "https://github.com/alaphao/MDComponents",
"license": "MIT",
"authors": {
"Aleph Retamal": "retamal.ph@gmail.com"
},
"source": {
"git": "https://github.com/alaphao/MDComponents.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MDComponents": [
"Pod/Assets/*.png"
]
}
}