Bump to v1.0.0
This commit is contained in:
parent
cf3f4e2c49
commit
b69421c12c
|
@ -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
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue