blob: 9f4cf737ff8dc3dd2538dbbbc8a83130d260ab82 [file] [log] [blame]
{
"name": "DSForm",
"version": "1.0.6",
"summary": "Simple form library for iOS written in Swift",
"description": "Simple to use form builder framework for iOS. Build on top of UICollectionView.",
"homepage": "https://github.com/dimebt/DSForm",
"screenshots": [
"https://github.com/dimebt/DSForm/blob/master/images/screenshot_simulator.png?raw=true",
"https://raw.githubusercontent.com/dimebt/DSForm/master/images/screenshoot_xcode.png"
],
"license": "MIT",
"authors": {
"Dimitar Stefanovski": "dimebt_2005@hotmail.com"
},
"social_media_url": "https://www.instagram.com/dime_codes/",
"platforms": {
"ios": "12.2"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/dimebt/DSForm.git",
"tag": "1.0.6"
},
"source_files": "DSForm/**/*.{h,m,swift,xib}",
"exclude_files": "DSFormTests/**"
}