Skip to content

Commit

Permalink
added DeviceKit framework, and added in some if/else to format the sl…
Browse files Browse the repository at this point in the history
…iderRow nicely!
  • Loading branch information
brettalcox committed Mar 6, 2016
1 parent 51151c9 commit dcf0e25
Show file tree
Hide file tree
Showing 15 changed files with 427 additions and 202 deletions.
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ use_frameworks!

pod 'EasyTipView', '~> 0.1.3'
pod 'IQKeyboardManagerSwift'
pod 'DeviceKit', '~> 0.3.0'
3 changes: 3 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
PODS:
- DeviceKit (0.3.1)
- EasyTipView (0.1.4)
- IQKeyboardManagerSwift (4.0.0)

DEPENDENCIES:
- DeviceKit (~> 0.3.0)
- EasyTipView (~> 0.1.3)
- IQKeyboardManagerSwift

SPEC CHECKSUMS:
DeviceKit: eb8909d941cee4dc7f6cc5b1b40a41da523a197d
EasyTipView: 8938007882416faf655d40bd7b0b83bf73783724
IQKeyboardManagerSwift: ede2a27b4e1ce053d03073b9c7fa439322f5e405

Expand Down
3 changes: 3 additions & 0 deletions Pods/Manifest.lock

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

542 changes: 350 additions & 192 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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

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

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

22 changes: 22 additions & 0 deletions Pods/Target Support Files/Pods/Pods-acknowledgements.markdown

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

26 changes: 26 additions & 0 deletions Pods/Target Support Files/Pods/Pods-acknowledgements.plist

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

2 changes: 2 additions & 0 deletions Pods/Target Support Files/Pods/Pods-frameworks.sh

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

4 changes: 2 additions & 2 deletions Pods/Target Support Files/Pods/Pods.debug.xcconfig

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

4 changes: 2 additions & 2 deletions Pods/Target Support Files/Pods/Pods.release.xcconfig

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

Binary file modified logU/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion logU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>16</string>
<string>17</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit dcf0e25

Please sign in to comment.