blob: bd754b6e69ba7d762b9118118be7fd835b25a019 [file] [log] [blame]
{
"name": "AFSReusableDisplayKit",
"version": "1.0.0",
"summary": "AFSReusableDisplayKit allow the user to control the behavior of a reusable display elements, by encapludating it via block based builders",
"description": "AFSReusableDisplayKit allow the user to control the behavior of a reusable display elements, by encapludating it via block based builders.\nAFSReusableDisplayKit contains Scrollview, CollectionView, TableView, TextView, TextField, PickerView",
"homepage": "https://github.com/ArkadiYoskovitz/AFSReusableDisplayKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arkadi Yoskovitz": "arkadi.yoskovitz@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ArkadiYoskovitz/AFSReusableDisplayKit.git",
"tag": "1.0.0"
},
"source_files": "AFSReusableDisplayKit/Code/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0"
}