-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the constructor accessable from the outside
- Loading branch information
Robin Oster
committed
Oct 24, 2016
1 parent
5ec549b
commit 8fd6b85
Showing
4 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# Be sure to run `pod lib lint ROGoogleTranslate.podspec' to ensure this is a | ||
# valid spec and remove all comments before submitting the spec. | ||
# | ||
# Any lines starting with a # are optional, but encouraged | ||
# | ||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
Pod::Spec.new do |spec| | ||
spec.name = 'ROGoogleTranslate' | ||
spec.version = '0.0.2' | ||
spec.license = { :type => 'MIT' } | ||
spec.homepage = 'https://github.com/prine/ROGoogleTranslate' | ||
spec.authors = { 'Robin Oster' => '[email protected]' } | ||
spec.summary = 'Simplifies the usage of the Google Translate API via Swift' | ||
spec.source = { :git => 'https://github.com/prine/ROGoogleTranslate.git', :tag => "0.0.2" } | ||
spec.source_files = 'Source/**/*' | ||
spec.framework = 'SystemConfiguration' | ||
spec.ios.deployment_target = '9.0' | ||
end |
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
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
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