-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from vadymmarkov/refactor/update-references
Update references
- Loading branch information
Showing
12 changed files
with
85 additions
and
50 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
GitHub Issues is for reporting bugs, discussing features and general feedback in **PinFloyd**. Be sure to check our [documentation](http://cocoadocs.org/docsets/PinFloyd), [FAQ](https://github.com/hyperoslo/PinFloyd/wiki/FAQ) and [past issues](https://github.com/hyperoslo/PinFloyd/issues?state=closed) before opening any new issues. | ||
GitHub Issues is for reporting bugs, discussing features and general feedback in **PinFloyd**. Be sure to check our [documentation](http://cocoadocs.org/docsets/PinFloyd), [FAQ](https://github.com/vadymmarkov/PinFloyd/wiki/FAQ) and [past issues](https://github.com/vadymmarkov/PinFloyd/issues?state=closed) before opening any new issues. | ||
|
||
If you are posting about a crash in your application, a stack trace is helpful, but additional context, in the form of code and explanation, is necessary to be of any use. |
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
2 changes: 1 addition & 1 deletion
2
Example/PinFloydDemo/PinFloydDemo.xcodeproj/xcshareddata/xcschemes/PinFloydDemo.xcscheme
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
8 changes: 8 additions & 0 deletions
8
Example/PinFloydDemo/PinFloydDemo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
use_frameworks! | ||
|
||
platform :ios, '8.0' | ||
platform :ios, '9.0' | ||
|
||
target 'PinFloydDemo' do | ||
pod 'PinFloyd', path: '../../' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "PinFloyd" | ||
s.summary = "MapKit annotations clustering for iOS." | ||
s.version = "1.0.3" | ||
s.homepage = "https://github.com/hyperoslo/PinFloyd" | ||
s.version = "1.0.4" | ||
s.homepage = "https://github.com/vadymmarkov/PinFloyd" | ||
s.license = 'MIT' | ||
s.author = { "Hyper Interaktiv AS" => "[email protected]" } | ||
s.author = { | ||
"Vadym Markov" => "[email protected]" | ||
} | ||
s.source = { | ||
:git => "https://github.com/hyperoslo/PinFloyd.git", | ||
:git => "https://github.com/vadymmarkov/PinFloyd.git", | ||
:tag => s.version.to_s | ||
} | ||
s.social_media_url = 'https://twitter.com/hyperoslo' | ||
s.social_media_url = 'https://twitter.com/vadymmarkov' | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.tvos.deployment_target = '9.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
8 changes: 8 additions & 0 deletions
8
PinFloyd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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