Skip to content

Commit

Permalink
[Add] AppStoreVersionDetector 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYaphet authored and CocoaPodsBot committed Jun 10, 2024
1 parent a38fc4a commit b76a9eb
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "AppStoreVersionDetector",
"version": "1.0.0",
"summary": "Detect the app version from AppStore and support Objective-C.",
"description": "Detect the app version from AppStore and support Objective-C.",
"homepage": "https://github.com/itenfay/AppStoreVersionDetector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tenfay": "[email protected]"
},
"source": {
"git": "https://github.com/itenfay/AppStoreVersionDetector.git",
"tag": "1.0.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"platforms": {
"ios": "10.0"
},
"source_files": "AppStoreVersionDetector/Classes/**/*",
"requires_arc": true,
"swift_version": "5.0"
}

0 comments on commit b76a9eb

Please sign in to comment.