Skip to content

Commit 4d7883c

Browse files
committed
Added podspec
1 parent e8cbad7 commit 4d7883c

File tree

9 files changed

+25
-5
lines changed

9 files changed

+25
-5
lines changed

AMWaveTransition.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |s|
2+
s.name = "AMWaveTransition"
3+
s.version = "0.1"
4+
s.summary = "Custom transition between viewcontrollers holding tableviews. Each cell is animated to simulate a 'wave effect'."
5+
s.homepage = "https://github.com/andreamazz/AMWaveTransition"
6+
s.license = { :type => 'MIT', :file => 'LICENSE' }
7+
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
8+
s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.1' }
9+
s.platform = :ios, '7.0'
10+
s.source_files = 'AMWaveTransition', '*.{h,m}'
11+
s.requires_arc = true
12+
s.social_media_url = 'https://twitter.com/theandreamazz'
13+
end

Demo/Demo/Demo-Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<array>
3131
<string>armv7</string>
3232
</array>
33+
<key>UIStatusBarHidden</key>
34+
<true/>
3335
<key>UISupportedInterfaceOrientations</key>
3436
<array>
3537
<string>UIInterfaceOrientationPortrait</string>
7.05 KB
Loading
3.52 KB
Loading
4.72 KB
Loading

Demo/Demo/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "iphone",
54
"size" : "29x29",
5+
"idiom" : "iphone",
6+
"filename" : "58.png",
67
"scale" : "2x"
78
},
89
{
9-
"idiom" : "iphone",
1010
"size" : "40x40",
11+
"idiom" : "iphone",
12+
"filename" : "80.png",
1113
"scale" : "2x"
1214
},
1315
{
14-
"idiom" : "iphone",
1516
"size" : "60x60",
17+
"idiom" : "iphone",
18+
"filename" : "120.png",
1619
"scale" : "2x"
1720
}
1821
],
151 KB
Loading

Demo/Demo/Images.xcassets/LaunchImage.launchimage/Contents.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
"idiom" : "iphone",
66
"extent" : "full-screen",
77
"minimum-system-version" : "7.0",
8+
"filename" : "35.png",
89
"scale" : "2x"
910
},
1011
{
11-
"orientation" : "portrait",
12+
"extent" : "full-screen",
1213
"idiom" : "iphone",
1314
"subtype" : "retina4",
14-
"extent" : "full-screen",
15+
"filename" : "r4.png",
1516
"minimum-system-version" : "7.0",
17+
"orientation" : "portrait",
1618
"scale" : "2x"
1719
}
1820
],
168 KB
Loading

0 commit comments

Comments
 (0)