mirror of
https://github.com/averello/ConnectionKit.git
synced 2026-03-03 18:24:03 +01:00
wip, the return
This commit is contained in:
@@ -29,16 +29,18 @@ TODO: Add long description of the pod here.
|
||||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
||||
|
||||
s.ios.deployment_target = '8.0'
|
||||
s.osx.deployment_target = "10.9"
|
||||
|
||||
s.source_files = 'ConnectionKit/Classes/**/*'
|
||||
|
||||
|
||||
# s.resource_bundles = {
|
||||
# 'ConnectionKit' => ['ConnectionKit/Assets/*.png']
|
||||
# }
|
||||
|
||||
# s.public_header_files = 'Pod/Classes/**/*.h'
|
||||
# s.frameworks = 'UIKit', 'MapKit'
|
||||
# s.dependency 'AFNetworking', '~> 2.3'
|
||||
#
|
||||
s.dependency 'RepresentationKit'
|
||||
s.dependency 'CocoaAsyncSocket'
|
||||
|
||||
s.ios.frameworks = 'Foundation', 'Security', 'CFNetwork'
|
||||
s.osx.frameworks = 'Foundation', 'Security', 'CoreServices'
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user