Skip to content

Commit

Permalink
update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoych committed Jun 7, 2016
1 parent ddc112a commit 4831bd2
Show file tree
Hide file tree
Showing 14 changed files with 558 additions and 468 deletions.
12 changes: 5 additions & 7 deletions JCNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
Pod::Spec.new do |s|

s.name = 'JCNetworking'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'A useful iOS networking framework based on AFNetworking and JSONModel.'
s.homepage = 'https://github.com/boych/JCNetworking'
s.author = { 'boych' => '[email protected]' }
s.source = { :git => 'https://github.com/boych/JCNetworking.git', :tag => s.version.to_s }
s.source_files = 'JCNetworking/*.{h,m}'
s.platform = :ios, '8.0'
s.requires_arc = true
s.public_header_files = 'JCNetworking/JCNetworking.h'
s.author = { 'ChenJianjun' => '[email protected]' }
s.source = { :git => 'https://github.com/boych/JCNetworking.git', :tag => s.version.to_s }
s.source_files = 'JCNetworking/*.{h,m}'
s.platform = :ios, '7.0'
s.requires_arc = true

s.dependency 'AFNetworking', '~> 3.1.0'
s.dependency 'JSONModel', '~> 1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '8.0'
platform :ios, '7.0'
pod 'JSONModel', '~> 1.2.0'
pod 'AFNetworking', '~> 3.1.0'
pod 'Masonry'
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PODS:
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- JSONModel (1.2.0)
- Masonry (1.0.0)
- Masonry (1.0.1)
- ReactiveCocoa (2.5):
- ReactiveCocoa/UI (= 2.5)
- ReactiveCocoa/Core (2.5):
Expand All @@ -33,7 +33,7 @@ DEPENDENCIES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
JSONModel: 12523685c4b623553ccf844bbbf7007624317b2c
Masonry: b529bb169217897b6354d4b56b1fada6d475b13d
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
ReactiveCocoa: e2db045570aa97c695e7aa97c2bcab222ae51f4a

COCOAPODS: 0.39.0
4 changes: 2 additions & 2 deletions Pods/Manifest.lock

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

7 changes: 7 additions & 0 deletions Pods/Masonry/Masonry/MASConstraint.h

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

11 changes: 11 additions & 0 deletions Pods/Masonry/Masonry/MASConstraint.m

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

14 changes: 14 additions & 0 deletions Pods/Masonry/Masonry/MASConstraintMaker.h

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

23 changes: 23 additions & 0 deletions Pods/Masonry/Masonry/MASConstraintMaker.m

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

8 changes: 4 additions & 4 deletions Pods/Masonry/Masonry/NSArray+MASAdditions.m

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

5 changes: 5 additions & 0 deletions Pods/Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.m

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

7 changes: 7 additions & 0 deletions Pods/Masonry/Masonry/View+MASAdditions.h

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

11 changes: 11 additions & 0 deletions Pods/Masonry/Masonry/View+MASAdditions.m

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

14 changes: 14 additions & 0 deletions Pods/Masonry/Masonry/View+MASShorthandAdditions.h

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

Loading

0 comments on commit 4831bd2

Please sign in to comment.