blob: ed82387ae555b1985098d88f8d79f2590f5bbc05 [file] [log] [blame]
{
"name": "NSFileManager+Helper",
"version": "0.1.2",
"summary": "Helper methods for widening functionality of NSFileManager.",
"description": "Useful methods for widening functionality of NSFileManager.",
"homepage": "https://github.com/Bogdan-Stasjuk/NSFileManager-Helper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Stasjuk": "Bogdan.Stasjuk@gmail.com"
},
"source": {
"git": "https://github.com/Bogdan-Stasjuk/NSFileManager-Helper.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/Bogdan_Stasjuk",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "NSFileManager+Helper/*.{h,m}",
"public_header_files": "NSFileManager+Helper/*.h"
}