Skip to content

Commit

Permalink
Merge pull request #5 from hryk224/1.3.0
Browse files Browse the repository at this point in the history
1.3.0
  • Loading branch information
hryk224 committed Feb 16, 2017
2 parents 7a3dd49 + cd011ef commit 3109a3e
Show file tree
Hide file tree
Showing 12 changed files with 177 additions and 210 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ DerivedData
*.ipa
*.app

*.xccheckout
*.xccheckout
sort-Xcode-project-file
4 changes: 2 additions & 2 deletions Bottomsheet.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "Bottomsheet"
s.version = "1.2.0"
s.version = "1.3.0"
s.summary = "Component which presents a dismissible view from the bottom of the screen."
s.homepage = "https://github.com/hryk224/Bottomsheet"
s.screenshots = "https://github.com/hryk224/Bottomsheet/wiki/images/sample3.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "hyyk224" => "hryk224@gmail.com" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/hryk224/Bottomsheet.git", :tag => "#{s.version}" }
s.source_files = "Bottomsheet/*.{h,swift}"
s.source_files = "Sources/*.{h,swift}"
s.frameworks = "UIKit"
s.requires_arc = true
end
25 changes: 25 additions & 0 deletions Bottomsheet.xcodeproj/BottomsheetTests_Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</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.2.0</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 3109a3e

Please sign in to comment.