File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments