File tree 4 files changed +3
-3
lines changed
Pastel.xcodeproj/project.xcworkspace/xcuserdata/cruzdiary.xcuserdatad
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'Pastel'
11
- s . version = '0.2.1 '
11
+ s . version = '0.2.2 '
12
12
s . summary = 'Instagram like gradient background animation'
13
13
14
14
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >0.2.2 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ pod "Pastel"
60
60
61
61
### Carthage
62
62
```
63
- github "cruisediary/Pastel" ~> 0.2.1
63
+ github "cruisediary/Pastel" ~> 0.2.2
64
64
```
65
65
66
66
## Author
You can’t perform that action at this time.
0 commit comments