[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / e / WebServiceSwift / 3.1.1 / WebServiceSwift.podspec.json
blobb28248d4a916adae0d4f9eebc4b90586057ef542
2   "name": "WebServiceSwift",
3   "version": "3.1.1",
4   "summary": "Network layer as Service.",
5   "description": "Written in Swift.\nNetwork layer as Service. \nContained simple cache storages (on disk as files, used CoreData or in memory).\nContained mock endpoints for test response without API.",
6   "homepage": "https://github.com/ProVir/WebServiceSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ViR (Vitaliy Korotkiy)": "admin@provir.ru"
13   },
14   "source": {
15     "git": "https://github.com/ProVir/WebServiceSwift.git",
16     "tag": "3.1.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "default_subspecs": "General",
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/*.{h,swift}",
30       "public_header_files": "Source/*.h"
31     },
32     {
33       "name": "General",
34       "source_files": [
35         "Source/General/*.{swift,xcdatamodeld}",
36         "Source/General/*.xcdatamodeld/*.xcdatamodel"
37       ],
38       "resources": [
39         "Source/General/*.xcdatamodeld",
40         "Source/General/*.xcdatamodeld/*.xcdatamodel"
41       ],
42       "preserve_paths": "Source/General/*.xcdatamodeld",
43       "frameworks": "CoreData",
44       "dependencies": {
45         "WebServiceSwift/Core": [
47         ]
48       }
49     },
50     {
51       "name": "Alamofire",
52       "source_files": "Source/Alamofire/*.swift",
53       "dependencies": {
54         "WebServiceSwift/General": [
56         ],
57         "Alamofire": [
59         ]
60       }
61     }
62   ]