Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

Commit

Permalink
CocoaPods Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwijas committed Feb 21, 2013
1 parent 1913ae4 commit 9dcdbdb
Show file tree
Hide file tree
Showing 4 changed files with 1,378 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea
.idea
Pods
*.xcworkspace
3 changes: 3 additions & 0 deletions Project/UISSDemo-CocoaPods/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
platform :ios, '5.0'

pod 'UISS', :local => '../..'
15 changes: 15 additions & 0 deletions Project/UISSDemo-CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

PODS:
- UISS (1.0.9)

DEPENDENCIES:
- UISS (from `../..')

EXTERNAL SOURCES:
UISS:
:local: ../..

SPEC CHECKSUMS:
UISS: e15296da71004e1bdb0825f6286ec9f1e7a2d9a0

COCOAPODS: 0.16.3
Loading

0 comments on commit 9dcdbdb

Please sign in to comment.