Skip to content

Commit

Permalink
adding example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcala, Jose Luis authored and Alcala, Jose Luis committed Nov 22, 2017
1 parent c7f03be commit 999302b
Show file tree
Hide file tree
Showing 63 changed files with 4,093 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Example/SwifttorExample/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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

# Pods for SwifttorExample

pod 'Swifttor', :git => 'https://github.com/josete89/swifttor.git', :branch => 'master'

target 'SwifttorExampleTests' do
inherit! :search_paths
# Pods for testing
end

target 'SwifttorExampleUITests' do
inherit! :search_paths
# Pods for testing
end

end
22 changes: 22 additions & 0 deletions Example/SwifttorExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PODS:
- Swifttor (1.0)

DEPENDENCIES:
- Swifttor (from `https://github.com/josete89/swifttor.git`, branch `master`)

EXTERNAL SOURCES:
Swifttor:
:branch: master
:git: https://github.com/josete89/swifttor.git

CHECKOUT OPTIONS:
Swifttor:
:commit: c7f03bef959a5cc35d7c479e205ad41a1e7ffe23
:git: https://github.com/josete89/swifttor.git

SPEC CHECKSUMS:
Swifttor: 6ba2d1159e6cc297f1de58e62d34588eb1ee402a

PODFILE CHECKSUM: 230102bd3118cf89e8358f1b6239a20499924f0b

COCOAPODS: 1.3.1
26 changes: 26 additions & 0 deletions Example/SwifttorExample/Pods/Local Podspecs/Swifttor.podspec.json

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

22 changes: 22 additions & 0 deletions Example/SwifttorExample/Pods/Manifest.lock

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

880 changes: 880 additions & 0 deletions Example/SwifttorExample/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions Example/SwifttorExample/Pods/Swifttor/LICENSE

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

81 changes: 81 additions & 0 deletions Example/SwifttorExample/Pods/Swifttor/README.md

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

Loading

0 comments on commit 999302b

Please sign in to comment.