Skip to content

Commit 9c8d04a

Browse files
committed
Add podspec
1 parent de38d9a commit 9c8d04a

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

RMSTokenView.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pod::Spec.new do |s|
2+
s.name = "RMSTokenView"
3+
s.version = "1.0"
4+
s.summary = "RMSTokenView is a text-field like view that handles tokens as seen in the Mail app."
5+
s.homepage = "https://github.com/RoleModel/RMSTokenView"
6+
s.license = { :type => 'MIT', :file => 'LICENSE' }
7+
s.author = { "Christian Di Lorenzo" => "rcddeveloper@icloud.com" }
8+
s.source = { :git => "https://github.com/RoleModel/RMSTokenView.git", :tag => s.version.to_s }
9+
s.platform = :ios, '6.0'
10+
s.source_files = 'RMSTokenView/RMSTokenView.*', 'RMSTokenView/RMSTokenConstraintManager.*'
11+
s.requires_arc = true
12+
end

RMSTokenView/RMSTokenConstraintManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
#import <Foundation/Foundation.h>
10-
#import "RMSTokenView.h"
10+
@class RMSTokenView;
1111

1212
@interface RMSTokenConstraintManager : NSObject
1313

RMSTokenView/RMSTokenConstraintManager.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88

99
#import "RMSTokenConstraintManager.h"
10+
#import "RMSTokenView.h"
1011

1112
const CGFloat RMSTokenLineHeight = 43;
1213
RMSTokenConstraintManager *sharedManager;

0 commit comments

Comments
 (0)