forked from terhechte/CommonCrypto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonCrypto.podspec.json
More file actions
executable file
·42 lines (37 loc) · 927 Bytes
/
CommonCrypto.podspec.json
File metadata and controls
executable file
·42 lines (37 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name" : "CommonCrypto",
"version" : "1.0",
"summary" : "CommonCrypto CocoaPod",
"description": "CommonCrypto CocoaPod for iOS",
"module_map" : "Headers/module.map",
"homepage" : "https://developer.apple.com/cryptography/",
"license": {
"type": "Copyright",
"text": "Copyright Canecom 2016"
},
"authors": "Tibor Bodecs <bodecs@canecom.com>",
"platforms": {
"ios": "8.0"
},
"vendored_libraries": [
],
"preserve_paths": [
"Headers/module.map"
],
"public_header_files": [
],
"source_files": [
],
"resource_bundles": {
},
"user_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/CommonCrypto/Headers"
},
"frameworks": [
],
"libraries": [],
"source": {
"git": "https://github.com/Canecom/CommonCrypto.git",
"tag": "v1.0"
}
}