Skip to content

Commit

Permalink
FIX removed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Morissard committed Aug 3, 2017
1 parent cb67ee8 commit e3ac8fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ATInternet-iOS-ObjC-SDK-AppExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ Pod::Spec.new do |s|
s.source_files = "Tracker/Tracker/*.{h,m}"
s.exclude_files = "Tracker/Tracker/ATBackgroundTask.{h,m}"
s.frameworks = "CoreData", "CoreFoundation", "WatchKit", "UIKit", "CoreTelephony", "SystemConfiguration"
s.dependency s.name+'/Res'
s.requires_arc = true
end
1 change: 0 additions & 1 deletion ATInternet-iOS-ObjC-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Pod::Spec.new do |s|
s.subspec 'iOS' do |ios|
ios.source_files = "Tracker/Tracker/*.{h,m}"
ios.frameworks = "CoreData", "CoreFoundation", "UIKit", "CoreTelephony", "SystemConfiguration"
ios.dependency s.name+'/Res'
end

s.requires_arc = true
Expand Down

0 comments on commit e3ac8fd

Please sign in to comment.