blob: 3db8f9021a75f48e5cc8aa9c526f31d7ae34ceed [file] [log] [blame]
{
"name": "FCFileManager",
"version": "1.0.9",
"license": {
"type": "UNLICENSE"
},
"homepage": "https://github.com/fabiocaccamo/FCFileManager",
"authors": {
"Fabio Caccamo": "fabio.caccamo@gmail.com"
},
"summary": "iOS File Manager on top of NSFileManager for simplifying files management.",
"source": {
"git": "https://github.com/fabiocaccamo/FCFileManager.git",
"tag": "1.0.9"
},
"source_files": "FCFileManager/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}