blob: 548ff7ca97f9510a02fc5f8d28cafdaab15fc833 [file] [log] [blame]
{
"name": "FCFileManager",
"version": "1.0.20",
"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.20"
},
"source_files": "FCFileManager/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"ImageIO",
"UIKit"
],
"requires_arc": true
}