Bump to v1.0.0

This commit is contained in:
Yannick Loriot 2016-10-09 17:20:23 +02:00
parent cf3f4e2c49
commit b69421c12c
4 changed files with 13 additions and 3 deletions

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# Change log
## [Version 1.0.0](https://github.com/yannickl/Reactions/releases/tag/1.0.0)
*Released on 2015-10-09.*
- `ReactionButton` object
- `ReactionSelector` object
- `ReactionSummary` object
- Cocoapods support
- Swift Package Manager

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>

View File

@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'Fully customizable Facebook reactions control'
s.homepage = 'https://github.com/yannickl/Reactions'
s.authors = { 'Yannick Loriot' => 'contact@yannickloriot.com' }
s.source = { :git => 'https://github.com/yannickl/Reactions', :tag => s.version }
s.source = { :git => 'https://github.com/yannickl/Reactions.git', :tag => s.version }
s.ios.deployment_target = '8.0'
s.ios.framework = 'UIKit'