Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homework 11 #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion homeworks/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
# platform :ios, '9.0'

source 'https://github.com/mmurzin/OtusUI.git'
source 'https://cdn.cocoapods.org/'

target 'homework-1' do
use_frameworks!

pod 'OtusUIComponents'

pod 'DynamicJSON'
pod 'RealmSwift'
pod 'Realm'

end

target 'OtusShareExtension' do
Expand Down
20 changes: 18 additions & 2 deletions homeworks/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
PODS:
- DynamicJSON (2.0.2)
- OtusUIComponents (1.0.0)
- Realm (3.18.0):
- Realm/Headers (= 3.18.0)
- Realm/Headers (3.18.0)
- RealmSwift (3.18.0):
- Realm (= 3.18.0)

DEPENDENCIES:
- DynamicJSON
- OtusUIComponents
- Realm
- RealmSwift

SPEC REPOS:
https://github.com/mmurzin/OtusUI:
- OtusUIComponents
trunk:
- DynamicJSON
- Realm
- RealmSwift

SPEC CHECKSUMS:
DynamicJSON: fc0c5a82980ff8aa956156f04d84fcdb2822e875
OtusUIComponents: 5e66d0a14a565dcbcc458ef0f36e3619d680f1ce
Realm: 7b3d04740facf45e958a514b466a32b04f1113d6
RealmSwift: c817b5f374668cf08f649afb05f55d92a787649c

PODFILE CHECKSUM: cea60bb45314ab646bf3816fb3eb629adaa35248
PODFILE CHECKSUM: 71ed4a222adc2644b40915eb0fbf64ed63f66742

COCOAPODS: 1.6.1
COCOAPODS: 1.8.0.beta.2
21 changes: 21 additions & 0 deletions homeworks/Pods/DynamicJSON/LICENSE

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

161 changes: 161 additions & 0 deletions homeworks/Pods/DynamicJSON/README.md

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

Loading