-
Notifications
You must be signed in to change notification settings - Fork 356
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 #94 from mobileplayer/1.0.2
1.0.2
- Loading branch information
Showing
7 changed files
with
7 additions
and
441 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,2 +1,4 @@ | ||
language: objective-c | ||
osx_image: xcode7.1 | ||
|
||
script: xctool -project MobilePlayer.xcodeproj -scheme MobilePlayer clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO |
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,13 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "MobilePlayer" | ||
s.version = "1.0.1" | ||
s.version = "1.0.2" | ||
s.summary = "A powerful and completely customizable media player for iOS." | ||
s.homepage = "https://github.com/mobileplayer/mobileplayer-ios" | ||
s.license = 'CC' | ||
s.author = { "Barış Şencan" => "[email protected]", | ||
"Toygar Dündaralp" => "[email protected]", | ||
"Cem Olcay" => "[email protected]", | ||
"Şahin Boydaş" => "[email protected]" } | ||
"Cem Olcay" => "[email protected]" } | ||
s.source = { :git => "https://github.com/mobileplayer/mobileplayer-ios.git", :tag => s.version.to_s } | ||
s.platform = :ios, '8.0' | ||
s.requires_arc = true | ||
|
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
Oops, something went wrong.