Skip to content

Commit

Permalink
updating for cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
kgn committed Oct 17, 2016
1 parent 3c865ea commit 02711ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
2 changes: 1 addition & 1 deletion KGNAutoLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'KGNAutoLayout'
spec.version = '1.0'
spec.version = '1.5.1'
spec.authors = {'David Keegan' => '[email protected]'}
spec.homepage = 'https://github.com/kgn/KGNAutoLayout'
spec.summary = 'KGNAutoLayout makes AutoLayout easy!'
Expand Down
2 changes: 2 additions & 0 deletions KGNAutoLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
643F960D1D8BCF0100EDBBBB /* KGNAutoLayoutTestsPosition.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KGNAutoLayoutTestsPosition.swift; sourceTree = "<group>"; };
643F960E1D8BCF0100EDBBBB /* KGNAutoLayoutTestsSize.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KGNAutoLayoutTestsSize.swift; sourceTree = "<group>"; };
64A3DB921D2B042A006B8B16 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .travis.yml; sourceTree = "<group>"; };
64ADECEC1DB4A09300FDFD32 /* KGNAutoLayout.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = KGNAutoLayout.podspec; sourceTree = "<group>"; };
64D31D161D2B0A0D009B93CA /* KGNAutoLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KGNAutoLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; };
64D31D231D2B0A72009B93CA /* KGNAutoLayoutTests-tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "KGNAutoLayoutTests-tvOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
64EF095E1D3043D400274984 /* KGNAutoLayoutReadme.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KGNAutoLayoutReadme.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -236,6 +237,7 @@
isa = PBXGroup;
children = (
64A3DB921D2B042A006B8B16 /* .travis.yml */,
64ADECEC1DB4A09300FDFD32 /* KGNAutoLayout.podspec */,
64EF09721D30445A00274984 /* Examples */,
83720E231BCB973700C8A14D /* Source */,
83720E2F1BCB973700C8A14D /* Tests */,
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 02711ac

Please sign in to comment.