Skip to content

Commit

Permalink
Make podspec private
Browse files Browse the repository at this point in the history
  • Loading branch information
astralbodies committed May 11, 2016
1 parent cdb4300 commit 45e876b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
spec.summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service'
spec.source = { :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => spec.version.to_s }
spec.source_files = 'Automattic-Tracks-iOS/**/*.{h,m}'
spec.private_header_files = 'Automattic-Tracks-iOS/Private/Logging.h'
spec.private_header_files = 'Automattic-Tracks-iOS/Private/*.h'
spec.resource_bundle = { 'DataModel' => ['Automattic-Tracks-iOS/**/*.xcdatamodeld'] }
spec.framework = 'CoreData'
spec.framework = 'CoreTelephony'
Expand Down

0 comments on commit 45e876b

Please sign in to comment.