Skip to content

Commit

Permalink
Merge pull request #17 from apbendi/pod-lint
Browse files Browse the repository at this point in the history
Prepare Podspec for Submission to CocoaPods
  • Loading branch information
glenyi authored Sep 22, 2016
2 parents 34c88cd + f368ead commit e7dfe50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions FloatRatingView.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |spec|
spec.name = 'FloatRatingView'
spec.version = '1.0.1'
spec.summary = 'Whole, half or floating point ratings control written in Swift.'
spec.homepage = 'https://github.com/strekfus/FloatRatingView'
spec.license = 'MIT'
spec.author = { 'Glen Yi' => '[email protected]' }
spec.name = 'FloatRatingView'
spec.version = '1.0.2'
spec.summary = 'Whole, half or floating point ratings control written in Swift.'
spec.homepage = 'https://github.com/strekfus/FloatRatingView'
spec.license = 'MIT'
spec.author = { 'Glen Yi' => '[email protected]' }
spec.social_media_url = 'https://twitter.com/glenyi'
spec.source = { :git => 'https://github.com/strekfus/FloatRatingView.git', :tag => "#{spec.version}" }
spec.source_files = 'FloatRatingView.swift'
spec.requires_arc = true
end
spec.source = { :git => 'https://github.com/strekfus/FloatRatingView.git', :tag => "#{spec.version}" }
spec.source_files = 'FloatRatingView.swift'
spec.platform = :ios, '8.0'
spec.requires_arc = true
end
4 changes: 2 additions & 2 deletions Rating Demo/Rating Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = "Rating Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.onthepursuit.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -354,7 +354,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = "Rating Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.onthepursuit.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit e7dfe50

Please sign in to comment.