Skip to content

Commit

Permalink
aspects 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oranges and lemons authored and Oranges and lemons committed Jan 25, 2018
1 parent 56a6361 commit 6d7667b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
4 changes: 2 additions & 2 deletions IBProperty.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "IBProperty"
s.version = "1.1.1"
s.version = "1.1.2"
s.ios.deployment_target = '7.0'
s.summary = "A iOS Kit which would adapt screen by XIB and Storyboard better, and use better for XIB and Storyboard。"
#s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/SunriseOYR/IBProperty.git", :tag => "v#{s.version}" }
s.source_files = "IBProperty","IBProperty/**/*"
s.requires_arc = true
s.dependency "Aspects"
s.dependency "Aspects", "~> 1.4.1"
s.public_header_files = 'IBProperty/ORIBProperty.h'

end
4 changes: 2 additions & 2 deletions IBPropertyDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- Aspects (1.4.1)
- IBProperty (1.1.0):
- IBProperty (1.1.1):
- Aspects

DEPENDENCIES:
- IBProperty

SPEC CHECKSUMS:
Aspects: 7595ba96a6727a58ebcbfc954497fc5d2fdde546
IBProperty: dc5b8f5abbb6020f5a1f670c5b80b904d49aa10a
IBProperty: ba9fa7f3c5a0710cbab601f7ca5dbc024aae1a14

PODFILE CHECKSUM: 7bc986ef4d163690b51efcd49599bffe2b16f5c1

Expand Down
4 changes: 2 additions & 2 deletions IBPropertyDemo/Pods/Manifest.lock

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.

0 comments on commit 6d7667b

Please sign in to comment.