Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update swift 3 and Xcode 8 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

dimohamdy
Copy link

update swift 3 and Xcode 8

@dimohamdy
Copy link
Author

@pkluz please accept pull request

s.summary = 'A simple and lightweight network activity indicator controller written in Swift, exclusively for iOS 8 and above.'
s.homepage = 'https://github.com/pkluz/PKNetworkActivityController'
s.homepage = 'https://github.com/dimohamdy/PKNetworkActivityController'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this in the fork you wish to submit the PR for, otherwise I cannot accept the merge as the entry would be incorrect for this framework.

s.license = 'MIT'
s.author = { 'Philip Kluz' => 'philip.kluz@gmail.com' }
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.source = { :git => 'https://github.com/pkluz/PKNetworkActivityController.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/dimohamdy/PKNetworkActivityController.git', :tag => s.version.to_s }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants