[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 8 / NetworkLayerSample / 0.1.11 / NetworkLayerSample.podspec.json
blob7a03c44946825139965eacdd78531e7a8949a707
2   "name": "NetworkLayerSample",
3   "version": "0.1.11",
4   "swift_version": "4.0",
5   "summary": "This my first pod. Added NetworkGeneric framework to use it in any project needs to fetch data from net. No joke.",
6   "description": "This my first pod! Added NetworkGeneric framework to use it in any project needs to fetch data from net. No joke. Will try to make it more useful!",
7   "homepage": "https://github.com/st-small/NetworkLayerSample",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Stanislav Shiyanovskiy": "st-small@rambler.ru"
14   },
15   "source": {
16     "git": "https://github.com/st-small/NetworkLayerSample.git",
17     "tag": "0.1.11",
18     "submodules": true
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "subspecs": [
24     {
25       "name": "Model",
26       "source_files": "NetworkLayerSample/**/MovieModel.swift"
27     },
28     {
29       "name": "Networking",
30       "source_files": "NetworkLayerSample/**/*.swift"
31     }
32   ]