Skip to content

Commit 26855db

Browse files
author
Robin Oster
committed
Adapt README and podspec file for the cocoapods library
1 parent 651d5e9 commit 26855db

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![Issues](https://img.shields.io/github/issues/prine/ROGoogleTranslate.svg?style=flat
99
)](https://github.com/prine/ROGoogleTranslate/issues)
1010

11+
Provides a Helper class to simplify the usage of the Google Translate API via Swift.
1112

1213
## Installation
1314

ROGoogleTranslate/ROGoogleTranslate.podspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ Pod::Spec.new do |spec|
1212
spec.version = '0.0.1'
1313
spec.license = { :type => 'MIT' }
1414
spec.homepage = 'https://github.com/prine/ROGoogleTranslate'
15-
spec.authors = { 'Robin Oster' => '[email protected]' }
16-
spec.summary = 'Networking methods and JSON Mapping'
15+
spec.authors = { 'Robin Oster' => '[email protected]' }
16+
spec.summary = 'Simplifies the usage of the Google Translate API via Swift'
1717
spec.source = { :git => 'https://github.com/prine/ROGoogleTranslate.git', :tag => "0.0.1" }
1818
spec.source_files = 'Source/**/*'
1919
spec.framework = 'SystemConfiguration'
2020
spec.ios.deployment_target = '9.0'
21-
spec.dependency 'Alamofire', '~> 4.0'
22-
spec.dependency 'SwiftyJSON', '~> 3.0.0'
2321
end

0 commit comments

Comments
 (0)