diff --git a/Example/Pods/Pods.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Example/Pods/Pods.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 000000000..18d981003
--- /dev/null
+++ b/Example/Pods/Pods.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/Pod/Classes/MWPhoto.h b/Pod/Classes/MWPhoto.h
index fa1e28d21..4cf943086 100644
--- a/Pod/Classes/MWPhoto.h
+++ b/Pod/Classes/MWPhoto.h
@@ -16,6 +16,7 @@
// conforms to MWPhotoProtocol
@interface MWPhoto : NSObject
+@property (nonatomic, assign) NSUInteger sort;
@property (nonatomic, strong) NSString *caption;
@property (nonatomic, strong) NSURL *videoURL;
@property (nonatomic) BOOL emptyImage;