[Add] YIM 2.5.0
[CocoaPods.git] / Specs / 4 / d / 2 / YAD / 0.1.2 / YAD.podspec.json
blob268743eaab122ded40b5577b6245acf560df5e17
2   "name": "YAD",
3   "version": "0.1.2",
4   "summary": "Yet another decryption",
5   "homepage": "https://github.com/p0rterB/YAD",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Chris": "https://github.com/p0rterB"
12   },
13   "platforms": {
14     "ios": "11.0",
15     "osx": "10.12"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/p0rterB/YAD.git",
20     "tag": "0.1.2"
21   },
22   "source_files": [
23     "Sources/*.{swift,h,cpp}",
24     "Sources/CXX/*.*"
25   ],
26   "public_header_files": "Sources/*.h",
27   "private_header_files": "Sources/CXX/*.h",
28   "exclude_files": [
29     "Sources/Exclude",
30     "Sources/Exclude/*.*"
31   ],
32   "libraries": "c++",
33   "xcconfig": {
34     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
35     "CLANG_CXX_LIBRARY": "libc++"
36   },
37   "frameworks": "Foundation",
38   "dependencies": {
39     "CryptoSwift": [
41     ]
42   },
43   "swift_version": "5.0"