Skip to content

Commit f418025

Browse files
author
Alberto Aznar
committed
Added mention to FashTime app
1 parent 2e6b5c4 commit f418025

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

CiaoTransitions.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ s.ios.deployment_target = '11'
77
s.name = "CiaoTransitions"
88
s.summary = "With Ciao you can make fancy custom transitions. Use it in your iOS projects to make push and modal transitions between view controllers"
99
s.requires_arc = true
10-
s.version = "0.2.3"
10+
s.version = "1.0.0"
1111

1212
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
1313

Example/CiaoTransitions.xcodeproj/project.pbxproj

+1
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@
413413
developmentRegion = English;
414414
hasScannedForEncodings = 0;
415415
knownRegions = (
416+
English,
416417
en,
417418
Base,
418419
);

Images/Apps/fashtime.png

95.9 KB
Loading

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- [Transition Types](#transitiontypes)
2222
- [Basic Transitions](#basictransitions)
2323
- [Special Transitions](#specialtransitions)
24+
- [Apps using CiaoTransitions](#apps-using-ciaotransitions)
2425
- [Author](#author)
2526
- [Credits](#credits)
2627
- [Contributing](#contributing)
@@ -274,6 +275,12 @@ ciaoTransition.enable()
274275
ciaoTransition.disable()
275276
```
276277

278+
## Apps using CiaoTransitions
279+
280+
If you use `CiaoTransitions` I'd love to hear about it and feature your app here!
281+
282+
<img src="Images/Apps/fashtime.png" width="50" height="50" valign="middle"> [FashTime](https://itunes.apple.com/app/fashtime-the-new-way/id1126538070?mt=8)
283+
277284
## Author
278285

279286
Alberto Aznar, info@alberdev.com
@@ -284,6 +291,8 @@ I used open source project [iOS 11 App Store Transition](https://github.com/aunn
284291

285292
## Contributing
286293

294+
Feel free to collaborate with ideas 💭, issues ⁉️ and/or pull requests 🔃.
295+
287296
1. Fork it!
288297
2. Create your feature branch: `git checkout -b my-new-feature`
289298
3. Commit your changes: `git commit -am 'Add some feature'`

0 commit comments

Comments
 (0)