Skip to content

Commit

Permalink
Fix podscpec definition issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Griffié committed Apr 4, 2014
1 parent e71e385 commit 9b2b380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AOTutorial/1.2/AOTutorial.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Integrated with action buttons - a Dismiss button or a Signup/login button to li
s.author = { "Loïc Griffié" => "lgriffie@appsido.com" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/Appsido/AOTutorial.git", :tag => "1.2" }
s.source_files = 'src'
s.source_files = 'src/*.{h,m}'
s.resources = 'src/AOTutorialViewController.xib'
s.requires_arc = true

end
3 changes: 2 additions & 1 deletion AOTutorial/1.4/AOTutorial.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Integrated with action buttons - a Dismiss button or a Signup/login button to li
s.author = { "Loïc Griffié" => "lgriffie@appsido.com" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/Appsido/AOTutorial.git", :tag => "1.4" }
s.source_files = 'src/*.{h,m,xib}'
s.source_files = 'src/*.{h,m}'
s.resources = 'src/AOTutorialViewController.xib'
s.requires_arc = true

end

0 comments on commit 9b2b380

Please sign in to comment.