Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Modify project to a CocoaPod
Browse files Browse the repository at this point in the history
  • Loading branch information
brackendev authored and brackendev committed Jul 19, 2019
1 parent 0b5134d commit 5aea677
Show file tree
Hide file tree
Showing 60 changed files with 12,754 additions and 142 deletions.
5 changes: 2 additions & 3 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
use_frameworks!

platform :ios, '8.0'
platform :ios, '9.3'

target 'Readability-Objective-C_Example' do
pod 'Readability-Objective-C', :path => '../'
pod 'RegexKitLite', '4.0'

target 'Readability-Objective-C_Tests' do
inherit! :search_paths


end
end
24 changes: 24 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
PODS:
- Readability-Objective-C (0.1.0):
- RegexKitLite (= 4.0)
- RegexKitLite (4.0)

DEPENDENCIES:
- Readability-Objective-C (from `../`)
- RegexKitLite (= 4.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- RegexKitLite

EXTERNAL SOURCES:
Readability-Objective-C:
:path: "../"

SPEC CHECKSUMS:
Readability-Objective-C: cec8fd5a46b488a1c2ce9df5e2ddba6073e47d4d
RegexKitLite: c0e4c12e6e7de0769f3a3ed679f0f61604170661

PODFILE CHECKSUM: bf5969facca2ccec09c599714437a21e6234cebe

COCOAPODS: 1.7.4
28 changes: 28 additions & 0 deletions Example/Pods/Local Podspecs/Readability-Objective-C.podspec.json

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

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

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

1,010 changes: 1,010 additions & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions Example/Pods/RegexKitLite/License.html

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

Loading

0 comments on commit 5aea677

Please sign in to comment.