blob: 2562425dac733e25f9726ca3a65b6edaa7be62d8 [file] [log] [blame]
{
"name": "FSUtils",
"version": "0.7.1",
"summary": "FSUtils is a set of commont tools used among different internal projects.",
"description": "FSUtils is a set of common tools used among different internal projects. We wrote it so that we didn't have to copy paste code between projects.'",
"homepage": "https://github.com/fyrastudio/FSUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Lubeck": "jan@fyrastudio.com"
},
"social_media_url": "http://twitter.com/christerfrancis",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fyrastudio/FSUtils.git",
"tag": "0.7.1"
},
"source_files": [
"FSUtils",
"FSUtils/**/*.{h,m}"
],
"exclude_files": "FSUtils/Exclude",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}