Skip to content

Commit

Permalink
Merge pull request #5 from hryk224/1.2.0
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
hryk224 committed Feb 16, 2017
2 parents d2c7238 + b32e6b3 commit 76fb8f9
Show file tree
Hide file tree
Showing 12 changed files with 243 additions and 191 deletions.
4 changes: 2 additions & 2 deletions PCLBlurEffectAlert.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "PCLBlurEffectAlert"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Custom Swift AlertController."
s.homepage = "https://github.com/hryk224/PCLBlurEffectAlert"
s.screenshots = "https://raw.githubusercontent.com/wiki/hryk224/PCLBlurEffectAlert/images/sample1.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "hyyk224" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/hryk224/PCLBlurEffectAlert.git", :tag => "#{s.version}" }
s.source_files = "PCLBlurEffectAlert/*.{h,swift}"
s.source_files = "Sources/*.{h,swift}"
s.frameworks = "UIKit"
s.requires_arc = true
end
25 changes: 25 additions & 0 deletions PCLBlurEffectAlert.xcodeproj/PCLBlurEffectAlertTests_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.0.2</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Loading

0 comments on commit 76fb8f9

Please sign in to comment.