Skip to content

Commit

Permalink
Added Pods direcotry
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Jan 4, 2014
1 parent 02a476b commit 2ef0fd4
Show file tree
Hide file tree
Showing 373 changed files with 39,192 additions and 0 deletions.
1 change: 1 addition & 0 deletions KegCop.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions KegCop.xcworkspace/xcshareddata/KegCop.xccheckout
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>82EDD3B9-289F-4580-8901-D212800865BA</string>
<key>IDESourceControlProjectName</key>
<string>KegCop</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>8BF5F2EC-A113-46CC-A484-16C91663DC93</key>
<string>https://github.com/ipatch/KegCop.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>KegCop.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>8BF5F2EC-A113-46CC-A484-16C91663DC93</key>
<string>..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/ipatch/KegCop.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>8BF5F2EC-A113-46CC-A484-16C91663DC93</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>8BF5F2EC-A113-46CC-A484-16C91663DC93</string>
<key>IDESourceControlWCCName</key>
<string>KegCop</string>
</dict>
</array>
</dict>
</plist>
Binary file not shown.
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataCustomLocation</key>
<string>DerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>WorkspaceRelativePath</string>
<key>IssueFilterStyle</key>
<string>ShowActiveSchemeOnly</string>
<key>LiveSourceIssuesEnabled</key>
<true/>
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
<true/>
<key>SnapshotLocationStyle</key>
<string>Default</string>
</dict>
</plist>
3 changes: 3 additions & 0 deletions Podfile
@@ -0,0 +1,3 @@
platform :ios, '5.0'
# platform :osx, '10.7'
pod 'RestKit', '~> 0.20.0'
30 changes: 30 additions & 0 deletions Podfile.lock
@@ -0,0 +1,30 @@
PODS:
- AFNetworking (1.3.3)
- RestKit (0.20.3):
- RestKit/Core
- RestKit/Core (0.20.3):
- RestKit/CoreData
- RestKit/Network
- RestKit/ObjectMapping
- RestKit/CoreData (0.20.3)
- RestKit/Network (0.20.3):
- AFNetworking (~> 1.3.0)
- RestKit/ObjectMapping
- RestKit/Support
- SOCKit
- RestKit/ObjectMapping (0.20.3)
- RestKit/Support (0.20.3):
- TransitionKit (= 1.1.1)
- SOCKit (1.1)
- TransitionKit (1.1.1)

DEPENDENCIES:
- RestKit (~> 0.20.0)

SPEC CHECKSUMS:
AFNetworking: 0700ec7a58c36ad217173e167f6e4df7270df66b
RestKit: 1f181c180105a92f11ec4f6cd7de37625e516d83
SOCKit: 2f3bc4d07910de12dcc202815e07db68a3802581
TransitionKit: d0e3344aac92991395d4c2e72d9c5a8ceeb12910

COCOAPODS: 0.26.1

0 comments on commit 2ef0fd4

Please sign in to comment.