Skip to content

Commit 1d0c843

Browse files
committed
organizing repo
1 parent 0edffe5 commit 1d0c843

File tree

5 files changed

+8
-27
lines changed

5 files changed

+8
-27
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# iOS
2+
.DS_Store
3+
Pods/
4+
Podfile.lock
5+
xcuserdata/
6+
*.xcworkspace/

Project/youtube-player-ios-example/Podfile.lock

-17
This file was deleted.

Project/youtube-player-ios-example/youtube-player-ios-example.xcodeproj/project.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.

Project/youtube-player-ios-example/youtube-player-ios-example.xcworkspace/contents.xcworkspacedata

-1
This file was deleted.

youtube-ios-player-helper.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "youtube-ios-player-helper"
3-
s.version = "0.1.2"
3+
s.version = "0.1.3"
44
s.summary = "Helper library for iOS developers that want to embed YouTube videos in
55
their iOS apps with the iframe player API."
66

@@ -41,7 +41,7 @@ Pod::Spec.new do |s|
4141
"Ibrahim Ulukaya" => "[email protected]",
4242
"Yoshifumi Yamaguchi" => "[email protected]" }
4343
s.social_media_url = "https://twitter.com/YouTubeDev"
44-
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "0.1.2" }
44+
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "0.1.3" }
4545

4646
s.platform = :ios, '6.0'
4747
s.requires_arc = true

0 commit comments

Comments
 (0)