Skip to content

Commit 23cd007

Browse files
committed
Update project structure to support CocoaPods.
1 parent 8523e3e commit 23cd007

File tree

77 files changed

+2624
-555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2624
-555
lines changed

BWWalkthrough.podspec

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Pod::Spec.new do |s|
2+
s.name = "BWWalkthrough"
3+
s.version = "1.1.0"
4+
s.summary = "Generate custom walkthroughs for your apps."
5+
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"
6+
s.homepage = "https://github.com/ariok/BWWalkthrough"
7+
s.license = 'MIT'
8+
s.author = { "Yari D\'areglia" => "[email protected]" }
9+
s.source = { :git => "https://github.com/ariok/BWWalkthrough.git", :tag => s.version.to_s }
10+
s.social_media_url = 'https://twitter.com/bitwaker'
11+
s.platform = :ios, '8.0'
12+
s.requires_arc = true
13+
14+
s.source_files = 'Pod/Classes/**/*'
15+
s.resource_bundles = {
16+
'BWWalkthrough' => ['Pod/Assets/*.png']
17+
}
18+
s.frameworks = ['Foundation', 'UIKit']
19+
end

BWWalkthroughExample.xcodeproj/project.pbxproj

-372
This file was deleted.

BWWalkthroughExample.xcodeproj/project.xcworkspace/xcshareddata/BWWalkthroughExample.xccheckout

-53
This file was deleted.

BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

-5
This file was deleted.

BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/xcschememanagement.plist

-27
This file was deleted.

0 commit comments

Comments
 (0)