blob: 010bf6c973df7ae48bacf9c0bd16e466e12b181c [file] [log] [blame]
{
"name": "EDHFinder",
"version": "0.1.2",
"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",
"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.2"
},
"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.2"
],
"MGSwipeTableCell": [
"~> 1.1"
],
"EDHUtility": [
"~> 0.1"
]
}
}