blob: 09037bae342982c97886fdd4c45debcc692a96ff [file] [log] [blame]
{
"name": "ListingMVVM",
"version": "0.0.2",
"summary": "This iOS framework has the goal of creating a generic UITableView or UICollectionView.",
"description": "This iOS framework has the goal of creating a generic UITableView or UICollectionView to manage all the data and delegates using the MVVM architecture.",
"homepage": "https://github.com/BrunoMiguens/ListingMVVM",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruno Miguens": "brunomiguens@icloud.com"
},
"source": {
"git": "https://github.com/BrunoMiguens/ListingMVVM.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LMVVM/*.{swift,plist}"
}