Skip to content

Commit d0b29d3

Browse files
committed
Merge branch 'release/1.0.0'
2 parents 3f0c42d + 8b375ed commit d0b29d3

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ Carthage/Build
6161

6262
.fastlane/report.xml
6363
.fastlane/screenshots
64+
docs

.jazzy.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
author_name: Daniel Thorpe
2+
author_url: http://danthorpe.me
3+
module_name: MoneyFX
4+
module_version: 1.0.0
5+
github_url: https://github.com/danthorpe/FX
6+
readme: README.md
7+
podspec: MoneyFX.podspec
8+
9+
swift_version: 2.1.1
10+
xcodebuild-arguments: -scheme,FX-iOS
11+

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 1.0.0
2+
🎉🐝 Initial release of Money FX.

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "danthorpe/Money" "development"
1+
github "danthorpe/Money" >= 1.5.1
22
github "antitypical/Result" >= 1.0.0
33
github "SwiftyJSON/SwiftyJSON" >= 2.3.0

0 commit comments

Comments
 (0)