Skip to content

Commit b0ff6db

Browse files
committed
Add podspec
1 parent 20bb6b8 commit b0ff6db

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

iMessageDataKit.podspec

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#
2+
# Be sure to run `pod lib lint iMessageDataKit.podspec' to ensure this is a
3+
# valid spec before submitting.
4+
#
5+
# Any lines starting with a # are optional, but their use is encouraged
6+
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
7+
#
8+
9+
Pod::Spec.new do |s|
10+
s.name = 'iMessageDataKit'
11+
s.version = '0.1.0'
12+
s.summary = 'Store custom data as key-value pairs in MSMessage objects.'
13+
14+
s.homepage = 'https://github.com/svtek/iMessageDataKit'
15+
s.license = { :type => 'MIT', :file => 'LICENSE' }
16+
s.author = { 'Ahmet Ardal' => 'ardalahmet@gmail.com' }
17+
s.source = { :git => 'https://github.com/svtek/iMessageDataKit.git', :tag => s.version.to_s }
18+
s.social_media_url = 'https://github.com/ardalahmet/'
19+
20+
s.ios.deployment_target = '10.0'
21+
22+
s.source_files = 'Source/iMessageDataKit/*.swift'
23+
24+
s.frameworks = 'Messages'
25+
end

0 commit comments

Comments
 (0)