blob: 7570b797b5690b133955684ded8ed9328176ffa8 [file] [log] [blame]
{
"name": "FileOperations",
"version": "0.0.2",
"summary": "A Library that helps developers to handle file operations",
"description": "This Library contains methods for iOS file operations. This library helps developers to easily implement file operations",
"homepage": "https://github.com/rintoandrews90/FileOperations",
"license": {
"type": "MIT",
"text": " Copyright 2012\n Permission is granted to...\n"
},
"authors": {
"Rinto Andrews": "rintoandrews90@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/rintoandrews90/FileOperations.git",
"tag": "0.0.2"
},
"source_files": [
"FileOperations",
"FileOperations/**/*.{h,m,swift}"
],
"exclude_files": "FileOperations/Exclude"
}