We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4555d24 commit 2ca21dcCopy full SHA for 2ca21dc
Example/Podfile
@@ -1,3 +1,4 @@
1
+source 'https://github.com/CocoaPods/Specs.git';
2
platform :ios, '10.0'
3
4
target 'Example' do
InPlayerSDK.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
#
17
18
s.name = "InPlayerSDK"
19
- s.version = "1.5.8"
+ s.version = "1.5.12"
20
s.summary = "InPlayer's iOS API client wrapper."
21
22
# This description is used to generate tags and improve search results.
0 commit comments