-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7be221f
commit d4e46f3
Showing
29 changed files
with
151 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+100 Bytes
(100%)
...proj/project.xcworkspace/xcuserdata/maxsokolov.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
150 changes: 72 additions & 78 deletions
150
GoogleKitTests/GoogleKitTests.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+1.02 KB
(110%)
...proj/project.xcworkspace/xcuserdata/maxsokolov.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.