Skip to content

Commit 8839efe

Browse files
committed
1.1.2 (failsafe umbrella header)
1 parent bc56583 commit 8839efe

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

SoundCloud-Cocoa-API.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = 'SoundCloud-Cocoa-API'
3-
s.summary = 'Maintained version of the Soundcloud Cocoa API.'
4-
s.version = '1.1.1'
5-
s.license = { :type => 'propietary', :text => 'https://developers.soundcloud.com/docs/api/terms-of-use' }
3+
s.module_name = 'SoundCloud'
4+
s.summary = 'Maintained version of the Soundcloud Cocoa API.'
5+
s.version = '1.1.2'
6+
s.license = { :type => 'Proprietary', :text => 'https://developers.soundcloud.com/docs/api/terms-of-use' }
67
s.author = 'SoundCloud'
78
s.homepage = 'https://developers.soundcloud.com/docs/api/ios-quickstart'
89

Sources/SoundCloudAPI/SoundCloud.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#import "SCConstants.h"
2+
#import "SCSoundCloud.h"
3+
#import "SCAccount.h"
4+
#import "SCRequest.h"

0 commit comments

Comments
 (0)