File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
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' }
6
7
s . author = 'SoundCloud'
7
8
s . homepage = 'https://developers.soundcloud.com/docs/api/ios-quickstart'
8
9
Original file line number Diff line number Diff line change
1
+ #import " SCConstants.h"
2
+ #import " SCSoundCloud.h"
3
+ #import " SCAccount.h"
4
+ #import " SCRequest.h"
You can’t perform that action at this time.
0 commit comments