-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused files. Update spec for version 1.0.1.
- Loading branch information
1 parent
4910bb7
commit 9a67953
Showing
5 changed files
with
3 additions
and
44 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,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "RAD" | ||
s.version = "1.0.0" | ||
s.version = "1.0.1" | ||
s.summary = "The RAD SDK is a great starting place to learn more about how a RAD implementation might work in your client app." | ||
|
||
s.description = "Remote Audio Data (RAD) measures podcast listening across a range of participating clients and platforms, aggregating the data in a publishers’ analytics endpoint. RAD is not intended to replace download statistics as a point of measurement for the on-demand audio industry, but is designed to provide data on listening events to complement this download statistics. | ||
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s| | |
s.author = { "NPR" => "[email protected]" } | ||
s.platform = :ios, "10.0" | ||
s.source = { :git => "https://github.com/npr/RAD-iOS.git", :tag => "#{s.version}" } | ||
s.source_files = "RAD/**/*.{h,m, swift}" | ||
s.source_files = "RAD/**/*.{h,m,swift}" | ||
s.resource = "RAD/Model/RADDatabaseModel.xcdatamodeld" | ||
s.frameworks = "Foundation", "AVFoundation", "CoreMedia", "CoreData" | ||
s.dependency "ReachabilitySwift" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.