-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 'master'
Change .podspec to github See merge request paker_wreah/Inspector/Inspector!11
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "Inspector" | ||
spec.version = "1.2.0" | ||
spec.summary = "Library to inspect databases in mobile apps" | ||
spec.homepage = "https://gitlab.com/paker_wreah/Inspector/Inspector" | ||
spec.version = "1.2.2" | ||
spec.summary = "Library to inspect database and network in mobile apps" | ||
spec.homepage = "https://github.com/pakerwreah/Inspector" | ||
spec.authors = { "Carlos César Neves Enumo" => "[email protected]" } | ||
|
||
spec.source = { :git => "git@gitlab.com:paker_wreah/Inspector/Inspector.git" } | ||
spec.source = { :git => "https://github.com/pakerwreah/Inspector.git" } | ||
spec.source_files = 'cpp/**/*.{h,hpp,c,cpp}', 'ios/Inspector/IOSInspector.{h,mm}' | ||
spec.public_header_files = 'ios/Inspector/IOSInspector.h' | ||
spec.library = 'z' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters