blob: 47ac4bdb532d91d8b84264ecfcdf85e43ee680a4 [file] [log] [blame]
{
"name": "EDHFinder",
"version": "0.1.1",
"summary": "File management interface for iOS.",
"description": " Accessing file system with table view, developed for Edhita.\n \n # Features\n\n * Exprole documents\n * Create file or directory\n * Destroy, rename, duplicate, move\n * Download with URL\n",
"homepage": "https://github.com/tnantoka/EDHFinder",
"screenshots": "https://raw.githubusercontent.com/tnantoka/EDHFinder/master/screenshot.png",
"license": "MIT",
"authors": {
"tnantoka": "tnantoka@bornneet.com"
},
"source": {
"git": "https://github.com/tnantoka/EDHFinder.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/tnantoka",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": "Pod/Assets/EDHFinder.bundle",
"dependencies": {
"FCFileManager": [
"~> 1.0"
],
"FontAwesomeKit": [
"~> 2.1"
],
"MGSwipeTableCell": [
"~> 1.1"
],
"EDHUtility": [
"~> 0.1"
]
}
}