[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / e / 7 / f / POSNetworking / 3.0.1 / POSNetworking.podspec.json
blobb69a1a59b91baba9e6e582e82351411629ce342b
2   "name": "POSNetworking",
3   "version": "3.0.1",
4   "license": "MIT",
5   "summary": "Reactive network components which are made in compliance with Schedulable Architecture design pattern.",
6   "homepage": "https://github.com/pavelosipov/POSNetworking",
7   "authors": {
8     "Pavel Osipov": "posipov84@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pavelosipov/POSNetworking.git",
12     "tag": "3.0.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "Networking",
19   "resource_bundles": {
20     "POSNetworking-Resources": [
21       "Resources/*.lproj"
22     ]
23   },
24   "preserve_paths": "Resources",
25   "subspecs": [
26     {
27       "name": "Networking",
28       "source_files": "Classes/Networking/**/*.{h,m}",
29       "dependencies": {
30         "POSScheduling": [
32         ],
33         "ReactiveObjC": [
35         ],
36         "POSErrorHandling": [
38         ]
39       }
40     },
41     {
42       "name": "Testing",
43       "source_files": "Classes/Testing/**/*.{h,m}",
44       "dependencies": {
45         "POSNetworking/Networking": [
47         ]
48       }
49     }
50   ]