Skip to content

Commit

Permalink
add podfile security
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakey committed Mar 28, 2018
1 parent d53303e commit 3904c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JKCategories.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.ios.deployment_target = "7.0"
s.requires_arc = true
s.frameworks = 'Foundation', 'UIKit', 'CoreData', 'QuartzCore', 'CoreLocation', 'MapKit'
s.frameworks = 'Foundation', 'UIKit', 'CoreData', 'QuartzCore', 'CoreLocation', 'MapKit','Security'
s.libraries = "z"
s.source = { :git => "https://github.com/shaojiankui/JKCategories.git", :tag => "#{version}" }
s.source_files = "JKCategories", "JKCategories/*.{h}","JKCategories/**/*.{h,m}"
Expand Down

0 comments on commit 3904c68

Please sign in to comment.