Skip to content

Commit

Permalink
commit 25.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsokolov committed Nov 25, 2014
1 parent 7be221f commit d4e46f3
Show file tree
Hide file tree
Showing 29 changed files with 151 additions and 156 deletions.
13 changes: 7 additions & 6 deletions GoogleKit.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = "GoogleKit"
s.version = "0.2"
s.version = "0.3"
s.summary = "An objective-c wrapper around the various Google API's"
s.homepage = "https://github.com/maxsokolov/GoogleKit"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Username" => "Max Sokolov" }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/maxsokolov/GoogleKit.git", :tag => s.version.to_s }
s.source_files = 'GoogleKit/*.{h,m}', 'GoogleKit/Queries/*.{h,m}', 'GoogleKit/Objects/*.{h,m}'
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Max Sokolov" => "[email protected]" }
s.social_media_url = "https://twitter.com/max_sokolov"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/maxsokolov/GoogleKit.git", :tag => "0.3" }
s.source_files = "GoogleKit"
s.requires_arc = true
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
144 changes: 72 additions & 72 deletions GoogleKitDemo/GoogleKitDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
150 changes: 72 additions & 78 deletions GoogleKitTests/GoogleKitTests.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit d4e46f3

Please sign in to comment.