This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
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.
[CHORE] Trunk push error resolution (#7)
The pod trunk is failling with source files and license error. moved the podspec file to the parent directory for `pod lib lint` to work in both local and trunk. [TESTING] Release 0.0.1 version.
- Loading branch information
1 parent
a993059
commit d6e86e0
Showing
3 changed files
with
19 additions
and
19 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 |
---|---|---|
|
@@ -15,11 +15,11 @@ Pod::Spec.new do |s| | |
This CocoaPod provides a library that allows you to instrument your code with operational and behavioural metrics independent of the underlying metrics systems. The library allows you to record a metric with 1 or more systems integrated in your application without the need to create multiple events. | ||
DESC | ||
s.homepage = "https://github.com/amzn/app-analytics-hub" | ||
s.license = {:type => 'MIT', :file => '../LICENSE'} | ||
s.license = {:type => 'MIT', :file => 'LICENSE'} | ||
s.author = { "Naveen Thontepu" => "[email protected]" } | ||
s.source = { :git => "https://github.com/amzn/app-analytics-hub.git", :tag => s.version.to_s } | ||
s.platform = :ios, '8.0' | ||
s.requires_arc = true | ||
|
||
s.source_files = 'library/AppAnalyticsHubiOS/**/*' | ||
s.source_files = 'app-analytics-hub-ios/library/AppAnalyticsHubiOS/**/*' | ||
end |
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
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