[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 8 / NetworkLayerSample / 0.1.12 / NetworkLayerSample.podspec.json
blob4d5250c77bc7f1e6720584399d1333024bf4d671
2   "name": "NetworkLayerSample",
3   "version": "0.1.12",
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.12",
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     {
33       "name": "EndPoint",
34       "source_files": "NetworkLayerSample/**/MovieEndPoint.swift",
35       "dependencies": {
36         "NetworkLayerSample/Networking": [
38         ]
39       }
40     }
41   ]