Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Feb 3, 2016
1 parent 0ea0286 commit 0402e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions StreamAnalytics/StreamAnalytics/StreamEvent.m
Expand Up @@ -26,9 +26,6 @@ - (NSMutableDictionary*)createBaseEventPayload {
if (self.features != nil) {
dict[@"features"] = self.features;
}
if(self.feedId != nil) {
dict[@"feed_id"] = self.feedId;
}
return dict;
};

Expand Down
4 changes: 2 additions & 2 deletions stream-analytics-ios.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|

s.name = "stream-analytics-ios"
s.version = "0.0.4"
s.version = "1.0.0"
s.summary = "Stream Analytics for ios"

s.description = <<-DESC
iOS SDK for Stream.
iOS SDK for GetStream.io
Build scalable newsfeeds & activity streams in a few hours instead of weeks
DESC

Expand Down

0 comments on commit 0402e1d

Please sign in to comment.