blob: 3b0e4316bcf2dc6fa205dc5165e6aa98b34cb3e6 [file] [log] [blame]
{
"name": "FFDataWrapper",
"version": "1.2",
"platforms": {
"ios": "9.0"
},
"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.2"
},
"public_header_files": "FFDataWrapper/*.h",
"source_files": [
"FFDataWrapper/*.swift",
"FFDataWrapper/*.h"
],
"documentation_url": "https://github.com/flockoffiles/FFDataWrapper/",
"preserve_paths": [
"README.md",
"FFDataWrapperTests/*.swift"
]
}