Skip to content

Commit

Permalink
feat: added podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
carillem committed Oct 8, 2020
1 parent 94333cf commit 3456c9f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
Binary file removed 1.9.0/.DS_Store
Binary file not shown.
23 changes: 23 additions & 0 deletions Specs/libindy-objc/1.9.0/libindy-objc.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "libindy-objc",
"version": "1.9.0",
"summary": "ObjC wrapper for libindy",
"homepage": "https://github.com/hyperledger/indy-sdk.git",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Carille Mendoza": "cmend429@mtroyal.ca"
},
"source": {
"http": "https://github.com/carillem/libindy/tree/main/libindy-objc/1.9.0/libindy-objc.zip"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "libindy-objc/Indy.framework"
},
"module_name": "Indy"
}
23 changes: 23 additions & 0 deletions Specs/libindy/1.9.0/libindy.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "libindy",
"version": "1.9.0",
"summary": "Hyperledger Indy Library",
"description": "Hyperledger Indy Library (1.9.0)",
"homepage": "https://github.com/hyperledger/indy-sdk.git",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Carille Mendoza": "cmend429@mtroyal.ca"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://github.com/carillem/libindy/tree/main/libindy-core/1.9.0/libindy.tar.gz"
},
"source_files": "*.h",
"vendored_libraries": "*.a",
"requires_arc": false
}
File renamed without changes.

0 comments on commit 3456c9f

Please sign in to comment.