Skip to content

Commit

Permalink
feature/CocoaPods-support
Browse files Browse the repository at this point in the history
Remove unused files.
Update spec for version 1.0.1.
  • Loading branch information
david-livadaru-3pillarglobal committed Nov 15, 2018
1 parent 4910bb7 commit 9a67953
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 44 deletions.
4 changes: 2 additions & 2 deletions RAD.podspec
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.
Expand All @@ -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"
Expand Down
12 changes: 0 additions & 12 deletions RAD/Extensions/Foundation/Array+JSONExtension.swift

This file was deleted.

12 changes: 0 additions & 12 deletions RAD/Extensions/Foundation/Dictionary+JSONExtension.swift

This file was deleted.

2 changes: 1 addition & 1 deletion RAD/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
17 changes: 0 additions & 17 deletions RAD/Model/Entities/JSONObject.swift

This file was deleted.

0 comments on commit 9a67953

Please sign in to comment.