Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Change .podspec to github

See merge request paker_wreah/Inspector/Inspector!11
  • Loading branch information
pakerwreah committed Mar 19, 2020
2 parents 6713d70 + fece81a commit 70f77d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Inspector.podspec
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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ new OkHttpClient.Builder().addNetworkInterceptor(new NetworkInterceptor());

#### CocoaPods
```
pod "Inspector", :git => 'git@github.com:pakerwreah/Inspector.git'
pod "Inspector", :git => 'https://github.com/pakerwreah/Inspector.git'
```

#### AppDelegate
Expand Down

0 comments on commit 70f77d3

Please sign in to comment.