Skip to content

Commit

Permalink
[Add] WrapperCell 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenalizadeh authored and CocoaPodsBot committed Oct 3, 2023
1 parent 0cce1b0 commit d75fd65
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Specs/4/8/6/WrapperCell/0.0.1/WrapperCell.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "WrapperCell",
"version": "0.0.1",
"summary": "A short description of WrapperCell.",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"description": "Turn your UIViews into table view cells easily.",
"homepage": "https://github.com/kenalizadeh/WrapperCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kenan Alizadeh": "kananalizade@gmail.com"
},
"source": {
"git": "git@github.com:kenalizadeh/WrapperCell.git",
"tag": "0.0.1"
},
"source_files": "WrapperCell/Classes/**/*",
"swift_version": "5.0"
}

0 comments on commit d75fd65

Please sign in to comment.