Skip to content

Commit

Permalink
add Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbeek committed Jan 6, 2017
1 parent 67f4139 commit e06ccdb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[![License](https://img.shields.io/cocoapods/l/SwiftCountryPicker.svg?style=flat)](http://cocoapods.org/pods/SwiftCountryPicker)
[![Platform](https://img.shields.io/cocoapods/p/SwiftCountryPicker.svg?style=flat)](http://cocoapods.org/pods/SwiftCountryPicker)



## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.
Expand Down Expand Up @@ -50,6 +52,12 @@ it, simply add the following line to your Podfile:
pod "SwiftCountryPicker"
```

or install it with Carthage
```ruby
github "samuelbeek/SwiftCountryPicker"
```


Add the following line to the top of the file you want to use the CountryPicker in:

```swift
Expand Down
4 changes: 4 additions & 0 deletions SwiftCountryPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
5B301E761E1FE9C600D1B7A4 /* SwiftCountryPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B301E681E1FE9C500D1B7A4 /* SwiftCountryPicker.h */; settings = {ATTRIBUTES = (Public, ); }; };
5B301E801E1FEA0500D1B7A4 /* EmojiCountryCodes.json in Resources */ = {isa = PBXBuildFile; fileRef = 5B301E7F1E1FEA0500D1B7A4 /* EmojiCountryCodes.json */; };
5B301E821E1FEA0E00D1B7A4 /* CountryPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B301E811E1FEA0E00D1B7A4 /* CountryPicker.swift */; };
5B301E841E1FF0F800D1B7A4 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 5B301E831E1FF0F800D1B7A4 /* README.md */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -33,6 +34,7 @@
5B301E751E1FE9C600D1B7A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5B301E7F1E1FEA0500D1B7A4 /* EmojiCountryCodes.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = EmojiCountryCodes.json; path = Pod/Assets/EmojiCountryCodes.json; sourceTree = SOURCE_ROOT; };
5B301E811E1FEA0E00D1B7A4 /* CountryPicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CountryPicker.swift; path = Pod/Classes/CountryPicker.swift; sourceTree = SOURCE_ROOT; };
5B301E831E1FF0F800D1B7A4 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -57,6 +59,7 @@
5B301E5B1E1FE9C500D1B7A4 = {
isa = PBXGroup;
children = (
5B301E831E1FF0F800D1B7A4 /* README.md */,
5B301E671E1FE9C500D1B7A4 /* SwiftCountryPicker */,
5B301E721E1FE9C500D1B7A4 /* SwiftCountryPickerTests */,
5B301E661E1FE9C500D1B7A4 /* Products */,
Expand Down Expand Up @@ -206,6 +209,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
5B301E841E1FF0F800D1B7A4 /* README.md in Sources */,
5B301E821E1FEA0E00D1B7A4 /* CountryPicker.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit e06ccdb

Please sign in to comment.