Last active
July 25, 2017 03:15
-
-
Save shsteven/74b6de4d559fa0880b2656cbf04e0a5d to your computer and use it in GitHub Desktop.
Eureka Swift 3.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'Eureka' | |
s.version = '3.0.0' | |
s.license = 'MIT' | |
s.summary = 'Elegant iOS Forms in pure Swift' | |
s.homepage = 'https://github.com/xmartlabs/Eureka' | |
s.social_media_url = 'http://twitter.com/xmartlabs' | |
s.authors = { 'Martin Barreto' => '[email protected]', 'Mathias Claassen' => '[email protected]' } | |
s.source = { :git => 'https://github.com/xmartlabs/Eureka.git', :branch => 'feature/Xcode9-Swift3_2' } | |
s.ios.deployment_target = '8.0' | |
s.ios.frameworks = 'UIKit', 'Foundation' | |
s.source_files = 'Source/**/*.swift' | |
s.resources = 'Source/Resources/Eureka.bundle' | |
s.requires_arc = true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment