blob: 6101c993a36533b10a3cdb1c4f15288dde3bd39a [file] [log] [blame]
{
"name": "Filer",
"version": "0.1.2",
"summary": "Simple file handler written in Swift",
"description": " A longer description of Filer in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://github.com/yoavlt/Filer",
"license": "MIT",
"authors": {
"Takuma Yoshida": "yoa.jmpr.w@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yoavlt/Filer.git",
"tag": "0.1.2"
},
"source_files": [
"Sources",
"Sources/*.{swift}"
],
"exclude_files": "Sources/Exclude"
}