blob: 225e3e3104b99be565cdb244478f70a016ba075f [file] [log] [blame]
{
"name": "FFDataWrapper",
"version": "1.4",
"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.4"
},
"public_header_files": "FFDataWrapper/*.h",
"source_files": [
"FFDataWrapper/*.swift",
"FFDataWrapper/*.h"
],
"documentation_url": "https://github.com/flockoffiles/FFDataWrapper/",
"preserve_paths": [
"README.md",
"FFDataWrapperTests/*.swift"
]
}