Skip to content

Commit

Permalink
Fix spec.name conflicts
Browse files Browse the repository at this point in the history
Change-Id: I8ba906913312d8e0e13b6062dfeab62dc4eef5a2
  • Loading branch information
CrazyFanFan committed Jul 4, 2020
1 parent 9d41455 commit 6bd7b32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MobileProvision.podspec → K3MobileProvision.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "MobileProvision"
spec.version = "0.0.1"
spec.name = "K3MobileProvision"
spec.version = "0.0.1.1"
spec.summary = "A tool to decode *mobileprovision* plist file."

spec.description = <<-DESC
- A tool to decode *mobileprovision* plist file.
- It is part of resign tool.
DESC

spec.module_name = "MobileProvision"
spec.homepage = "https://github.com/CrazyFanFan/MobileProvision"
spec.license = "GNU Affero General Public License v3.0"
spec.author = { "Crazy凡" => "[email protected]" }
Expand Down

0 comments on commit 6bd7b32

Please sign in to comment.