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