File tree 4 files changed +11
-1
lines changed
Example/CiaoTransitions.xcodeproj
4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ s.ios.deployment_target = '11'
7
7
s . name = "CiaoTransitions"
8
8
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"
9
9
s . requires_arc = true
10
- s . version = "0.2.3 "
10
+ s . version = "1.0.0 "
11
11
12
12
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
13
13
Original file line number Diff line number Diff line change 413
413
developmentRegion = English;
414
414
hasScannedForEncodings = 0;
415
415
knownRegions = (
416
+ English,
416
417
en,
417
418
Base,
418
419
);
Original file line number Diff line number Diff line change 21
21
- [ Transition Types] ( #transitiontypes )
22
22
- [Basic Transitions](#basictransitions)
23
23
- [Special Transitions](#specialtransitions)
24
+ - [ Apps using CiaoTransitions] ( #apps-using-ciaotransitions )
24
25
- [ Author] ( #author )
25
26
- [ Credits] ( #credits )
26
27
- [ Contributing] ( #contributing )
@@ -274,6 +275,12 @@ ciaoTransition.enable()
274
275
ciaoTransition.disable ()
275
276
```
276
277
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
+
277
284
## Author
278
285
279
286
Alberto Aznar, info@alberdev.com
@@ -284,6 +291,8 @@ I used open source project [iOS 11 App Store Transition](https://github.com/aunn
284
291
285
292
## Contributing
286
293
294
+ Feel free to collaborate with ideas 💭, issues ⁉️ and/or pull requests 🔃.
295
+
287
296
1 . Fork it!
288
297
2 . Create your feature branch: ` git checkout -b my-new-feature `
289
298
3 . Commit your changes: ` git commit -am 'Add some feature' `
You can’t perform that action at this time.
0 commit comments