blob: d25bdf9f640733877313c4dba58c01b8c36d54d8 [file] [log] [blame]
{
"name": "Reuse",
"version": "1.0.0",
"summary": "A library to simplify the process of populating table views and collection views",
"description": "Reuse is a simple library which helps tackle the tedious task of populating UITableView/UICollectionView simply and elegantly.",
"homepage": "https://github.com/oreninit/Reuse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oreninit": "oreninit@gmail.com"
},
"source": {
"git": "https://github.com/oreninit/Reuse.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/oreninit",
"platforms": {
"ios": "9.3"
},
"source_files": "Reuse/Classes/**/*",
"frameworks": "UIKit"
}