[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / f / a / Poco-minimal / 1.8.1 / Poco-minimal.podspec.json
blobd6f12a0407c98235b1c69dbce5ab9bd0e8506ad9
2   "name": "Poco-minimal",
3   "version": "1.8.1",
4   "summary": "Powerful open source C++ class libraries.",
5   "description": "Powerful open source C++ class libraries (https://pocoproject.org). 迷你版,只打入基本库(Foundation、Net、XML、JSON、Util)",
6   "homepage": "https://github.com/shepherdlazy/Poco-Pod",
7   "license": "Boost Software License",
8   "authors": {
9     "Raven Du": "Raven.Du@hotmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "http": "https://github.com/shepherdlazy/Poco-Pod/releases/download/v1.8.1/poco-1.8.1-minimal-sdk11.2.tar.gz",
16     "sha256": "62dd8442d88d02dfa687807a196406c7746fb3340a4b29b5dc2f314f1bd75a8c"
17   },
18   "header_dir": "Poco",
19   "vendored_libraries": "lib/*.a",
20   "requires_arc": false,
21   "subspecs": [
22     {
23       "name": "Foundation",
24       "header_dir": "Poco",
25       "source_files": "POCOIncludes/Poco/*.h",
26       "public_header_files": "POCOIncludes/Poco/*.h"
27     },
28     {
29       "name": "DOM",
30       "header_dir": "Poco/DOM",
31       "source_files": "POCOIncludes/Poco/DOM/*.h",
32       "public_header_files": "POCOIncludes/Poco/DOM/*.h"
33     },
34     {
35       "name": "Dynamic",
36       "header_dir": "Poco/Dynamic",
37       "source_files": "POCOIncludes/Poco/Dynamic/*.h",
38       "public_header_files": "POCOIncludes/Poco/Dynamic/*.h"
39     },
40     {
41       "name": "SAX",
42       "header_dir": "Poco/SAX",
43       "source_files": "POCOIncludes/Poco/SAX/*.h",
44       "public_header_files": "POCOIncludes/Poco/SAX/*.h"
45     },
46     {
47       "name": "Redis",
48       "header_dir": "Poco/Redis",
49       "source_files": "POCOIncludes/Poco/Redis/*.h",
50       "public_header_files": "POCOIncludes/Poco/Redis/*.h"
51     },
52     {
53       "name": "Net",
54       "header_dir": "Poco/Net",
55       "source_files": "POCOIncludes/Poco/Net/*.h",
56       "public_header_files": "POCOIncludes/Poco/Net/*.h"
57     },
58     {
59       "name": "XML",
60       "header_dir": "Poco/XML",
61       "source_files": "POCOIncludes/Poco/XML/*.h",
62       "public_header_files": "POCOIncludes/Poco/XML/*.h"
63     },
64     {
65       "name": "JSON",
66       "header_dir": "Poco/JSON",
67       "source_files": "POCOIncludes/Poco/JSON/*.h",
68       "public_header_files": "POCOIncludes/Poco/JSON/*.h"
69     },
70     {
71       "name": "Util",
72       "header_dir": "Poco/Util",
73       "source_files": "POCOIncludes/Poco/Util/*.h",
74       "public_header_files": "POCOIncludes/Poco/Util/*.h"
75     }
76   ]