[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 7 / f / POSNetworking / 2.0.0 / POSNetworking.podspec.json
blob2f302c01de8c74f226d63db23239ef04add67cbb
2   "name": "POSNetworking",
3   "version": "2.0.0",
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": "2.0.0"
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       }
34     },
35     {
36       "name": "Testing",
37       "source_files": "Classes/Testing/**/*.{h,m}",
38       "dependencies": {
39         "POSNetworking/Networking": [
41         ]
42       }
43     }
44   ]