blob: 09b41a8ab9c85ed56d6674b717844f333233baf4 [file] [log] [blame]
{
"name": "Filer",
"version": "0.1.1",
"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!",
"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.1"
},
"source_files": [
"Sources",
"Sources/*.{swift}"
],
"exclude_files": "Sources/Exclude"
}