add license to plugin.xml and remove unnecessary header in SOSpicker.m

This commit is contained in:
Andrew Stephan
2014-03-16 19:41:55 -04:00
parent bcdcd5e621
commit d94747cc7a
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
<description>
This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app
</description>
<license>MIT</license>
<engines>
<engine name="cordova" version=">=3.0.0" />

View File

@@ -10,7 +10,6 @@
#import "ELCAlbumPickerController.h"
#import "ELCImagePickerController.h"
#import "ELCAssetTablePicker.h"
#import "CDVCamera.h"
#define CDV_PHOTO_PREFIX @"cdv_photo_"