[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / e / 2 / NiceWCore / 0.0.5 / NiceWCore.podspec.json
blobe1d35886af41f070a52f55756d0beb384332faf0
2   "name": "NiceWCore",
3   "version": "0.0.5",
4   "summary": "NiceW core data structures and algorithms.",
5   "homepage": "https://github.com/miharek/nicew-core",
6   "license": "MIT",
7   "authors": {
8     "Mihael Rek": "rek.mihael@gmail.com"
9   },
10   "module_name": "WalletCore",
11   "platforms": {
12     "ios": "12.0",
13     "osx": "10.14"
14   },
15   "swift_versions": "5.1",
16   "source": {
17     "http": "https://github.com/miharek/nicew-core/releases/download/0.0.5/NiceWCore-0.0.5.tar.xz"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Types",
23       "source_files": [
24         "Sources/Types/*.swift",
25         "Sources/Generated/Enums/*.swift",
26         "Sources/Generated/Protobuf/*.swift"
27       ],
28       "dependencies": {
29         "SwiftProtobuf": [
31         ]
32       }
33     },
34     {
35       "name": "Core",
36       "vendored_frameworks": "*.xcframework",
37       "exclude_files": "Sources/Generated/WalletCore.h",
38       "source_files": [
39         "include/**/*.h",
40         "Sources/*.{swift,h,m,cpp}",
41         "Sources/Extensions/*.swift",
42         "Sources/Generated/*.{swift,h}"
43       ],
44       "public_header_files": [
45         "include/**/*.h",
46         "Sources/*.h"
47       ],
48       "libraries": "c++",
49       "dependencies": {
50         "NiceWCore/Types": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.1"