blob: b03c88d2b8160b23331e6c489d91b2d522f9fcbd [file] [log] [blame]
{
"name": "FFDataWrapper",
"version": "1.5",
"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.5"
},
"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"
]
}