Skip to content

Commit

Permalink
[Add] ImageCoreEngineHelper 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostReaper authored and CocoaPodsBot committed Jul 29, 2024
1 parent 2416bef commit 8725e80
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "ImageCoreEngineHelper",
"version": "0.1.2",
"summary": "A image helper.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DuskinessKnight/ImageCoreEngineHelper",
"license": {
"type": "MIT"
},
"authors": {
"Duskiness Knight": "[email protected]"
},
"source": {
"git": "https://github.com/DuskinessKnight/ImageCoreEngineHelper.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "12.0"
},
"source_files": "ImageCoreEngineHelper/Classes/*.h",
"resource_bundles": {
"ImageCoreEngineHelper": [
"ImageCoreEngineHelper/Assets/*.bundle"
]
},
"ios": {
"vendored_frameworks": "ImageCoreEngineHelper/Frameworks/*.framework"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}

0 comments on commit 8725e80

Please sign in to comment.