blob: 905ac3f02f529d720dec465b887ce68ab0dd3f6d [file] [log] [blame]
{
"name": "CustomComponentsLib",
"version": "0.1.0",
"summary": "An Custom UIComponents.",
"description": "\"A library contains custom UI components that that can create directly when you just crate an object and add it.\"",
"homepage": "https://github.com/PawanRamteke/CustomComponentsLib",
"license": "MIT",
"authors": {
"Pawan Ramteke": "pawanramteke7@gmail.com"
},
"source": {
"git": "https://github.com/PawanRamteke/CustomComponentsLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CustomComponentsLib/Classes/**/*",
"resource_bundles": {
"CustomComponentsLib": [
"CustomComponentsLib/Assets/*.png"
]
}
}