[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 9 / 1 / FFDataWrapper / 1.6 / FFDataWrapper.podspec.json
blob409478f350318742eed53623d46bb2fb1955f510
2   "name": "FFDataWrapper",
3   "version": "1.6",
4   "platforms": {
5     "ios": "9.3",
6     "osx": "10.10"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "summary": "Wrapper for data or string objects with custom internal storage",
13   "homepage": "https://github.com/flockoffiles/FFDataWrapper",
14   "authors": "Sergey Novitsky",
15   "source": {
16     "git": "https://github.com/flockoffiles/FFDataWrapper.git",
17     "tag": "v1.6"
18   },
19   "public_header_files": "FFDataWrapper/*.h",
20   "source_files": [
21     "FFDataWrapper/*.swift",
22     "FFDataWrapper/*.h"
23   ],
24   "documentation_url": "https://github.com/flockoffiles/FFDataWrapper/",
25   "swift_version": "4.1",
26   "preserve_paths": [
27     "README.md",
28     "FFDataWrapperTests/*.swift"
29   ]