blob: d59cbf65bf6455a871281ad77be217c049997329 [file] [log] [blame]
{
"name": "AWComponents",
"version": "0.1.0",
"summary": "Collection of components used frequently in iOS development.",
"description": "This Pod includes multiple classes and components used frequently in iOS development.",
"homepage": "https://github.com/akhilwaghmare/AWComponents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akhil Waghmare": "akhilwaghmare@gmail.com"
},
"source": {
"git": "https://github.com/akhilwaghmare/AWComponents.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source_files": "AWComponents/Classes/**/*",
"frameworks": "UIKit"
}