Skip to content

Commit 204f157

Browse files
committed
Added pod spec
1 parent 225ff4b commit 204f157

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

OnboardingKit.podspec

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#
2+
# Be sure to run `pod spec lint OnboardingKit.podspec' to ensure this is a
3+
# valid spec and to remove all comments including this before submitting the spec.
4+
#
5+
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
6+
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
7+
#
8+
9+
Pod::Spec.new do |s|
10+
11+
s.name = "OnboardingKit"
12+
s.version = "0.0.1"
13+
s.summary = "A simple and interactive framework for making iOS onboarding experience easy and fun!"
14+
s.homepage = "https://github.com/Athlee/OnboardingKit"
15+
s.license = { :type => "MIT", :file => "LICENSE" }
16+
s.author = { "Eugene Mozharovsky" => "[email protected]" }
17+
s.social_media_url = "http://twitter.com/dottieyottie"
18+
s.platform = :ios, "9.0"
19+
s.ios.deployment_target = "9.0"
20+
s.source = { :git => "https://github.com/Athlee/OnboardingKit.git", :tag => s.version }
21+
s.source_files = "Source/*.swift"
22+
s.requires_arc = true
23+
24+
end

0 commit comments

Comments
 (0)