blob: a581a654bc7fa9e3ffe2340154f56d7572f7c6e5 [file] [log] [blame]
{
"name": "FCFileManager",
"version": "1.0.17",
"license": {
"type": "MIT"
},
"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.17"
},
"source_files": "FCFileManager/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"ImageIO",
"UIKit"
],
"requires_arc": true
}