blob: 1fca63bbc1e91a854c695e7920dd516e0a8f8931 [file] [log] [blame]
{
"name": "FFDataWrapper",
"version": "1.7",
"platforms": {
"ios": "9.3",
"osx": "10.10"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Wrapper for data or string objects with custom internal storage",
"homepage": "https://github.com/flockoffiles/FFDataWrapper",
"authors": "Sergey Novitsky",
"source": {
"git": "https://github.com/flockoffiles/FFDataWrapper.git",
"tag": "v1.7"
},
"public_header_files": "FFDataWrapper/*.h",
"source_files": [
"FFDataWrapper/*.swift",
"FFDataWrapper/*.h"
],
"documentation_url": "https://github.com/flockoffiles/FFDataWrapper/",
"swift_version": "4.1",
"preserve_paths": [
"README.md",
"FFDataWrapperTests/*.swift"
]
}