Skip to content

Commit

Permalink
README Swift usage and version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Nov 23, 2015
1 parent ccc34f3 commit 4af2d7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,18 @@ Pull from [CocoaPods](https://cocoapods.org/pods/geopackage-ios):
Pull from GitHub:

pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master'
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '1.1.1'
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '1.1.2'

Include as local project:

pod 'geopackage-ios', :path => '../geopackage-ios'

### Swift ###

To use from Swift, import the geopackage-ios bridging header from the Swift project's bridging header

#import "geopackage-ios-Bridging-Header.h"

### Remote Dependencies ###

* [WKB](https://github.com/ngageoint/geopackage-wkb-ios) (The MIT License (MIT)) - GeoPackage Well Known Binary Lib
Expand Down

0 comments on commit 4af2d7e

Please sign in to comment.