Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdilorenzo committed Sep 2, 2013
1 parent de38d9a commit 9c8d04a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RMSTokenView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "RMSTokenView"
s.version = "1.0"
s.summary = "RMSTokenView is a text-field like view that handles tokens as seen in the Mail app."
s.homepage = "https://github.com/RoleModel/RMSTokenView"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Christian Di Lorenzo" => "[email protected]" }
s.source = { :git => "https://github.com/RoleModel/RMSTokenView.git", :tag => s.version.to_s }
s.platform = :ios, '6.0'
s.source_files = 'RMSTokenView/RMSTokenView.*', 'RMSTokenView/RMSTokenConstraintManager.*'
s.requires_arc = true
end
2 changes: 1 addition & 1 deletion RMSTokenView/RMSTokenConstraintManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


#import <Foundation/Foundation.h>
#import "RMSTokenView.h"
@class RMSTokenView;

@interface RMSTokenConstraintManager : NSObject

Expand Down
1 change: 1 addition & 0 deletions RMSTokenView/RMSTokenConstraintManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


#import "RMSTokenConstraintManager.h"
#import "RMSTokenView.h"

const CGFloat RMSTokenLineHeight = 43;
RMSTokenConstraintManager *sharedManager;
Expand Down

0 comments on commit 9c8d04a

Please sign in to comment.