Skip to content
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
  •  
  •  
  •  
40 changes: 40 additions & 0 deletions SiriKitExample/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

abstract_target 'Abstract' do
pod 'RealmSwift', '=1.1.0'

target 'SiriKitExample' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for SiriKitExample

end

target 'SiriKitExampleSiriIntent' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for SiriKitExampleSiriIntent

end

target 'SiriKitExampleSiriIntentUI' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for SiriKitExampleSiriIntentUI

end
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
end
18 changes: 18 additions & 0 deletions SiriKitExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
PODS:
- Realm (1.1.0):
- Realm/Headers (= 1.1.0)
- Realm/Headers (1.1.0)
- RealmSwift (1.1.0):
- Realm (= 1.1.0)

DEPENDENCIES:
- Realm (= 1.1.0)
- RealmSwift (= 1.1.0)

SPEC CHECKSUMS:
Realm: ceecf1a4540c4ce9efe196fe73fa9855bce05bd8
RealmSwift: 838058b2db95b12cb86bd0cf209df642c33fb60a

PODFILE CHECKSUM: 1e6b407e0eb444986d1748d016d1ba6da842e7e4

COCOAPODS: 1.0.1
18 changes: 18 additions & 0 deletions SiriKitExample/Pods/Manifest.lock

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

1,537 changes: 1,537 additions & 0 deletions SiriKitExample/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

269 changes: 269 additions & 0 deletions SiriKitExample/Pods/Realm/LICENSE

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

Loading