wip, the return

This commit is contained in:
Georges Boumis
2018-12-19 17:44:13 +02:00
parent ae7e67fbea
commit 918330145b
69 changed files with 3685 additions and 1487 deletions

View File

@@ -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