forked from ariok/BWWalkthrough
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project structure to support CocoaPods.
- Loading branch information
Showing
77 changed files
with
2,624 additions
and
555 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
...throughExample.xcodeproj/project.xcworkspace/xcshareddata/BWWalkthroughExample.xccheckout
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...ughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...roughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/xcschememanagement.plist
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.