Skip to content

Commit

Permalink
Update project structure to support CocoaPods.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariok committed Feb 2, 2016
1 parent 8523e3e commit 23cd007
Show file tree
Hide file tree
Showing 77 changed files with 2,624 additions and 555 deletions.
19 changes: 19 additions & 0 deletions BWWalkthrough.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "BWWalkthrough"
s.version = "1.1.0"
s.summary = "Generate custom walkthroughs for your apps."
s.description = "BWWalkthrough (BWWT) is a class that helps you create Walkthroughs for your iOS Apps. It differs from other similar classes in that there is no rigid template; rigid template; BWWT is just a layer placed over your controllers that gives you complete freedom on the design of your views"
s.homepage = "https://github.com/ariok/BWWalkthrough"
s.license = 'MIT'
s.author = { "Yari D\'areglia" => "[email protected]" }
s.source = { :git => "https://github.com/ariok/BWWalkthrough.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/bitwaker'
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'BWWalkthrough' => ['Pod/Assets/*.png']
}
s.frameworks = ['Foundation', 'UIKit']
end
372 changes: 0 additions & 372 deletions BWWalkthroughExample.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 23cd007

Please sign in to comment.