1
- #
2
- # Be sure to run `pod spec lint Iterable-iOS-SDK.podspec' to ensure this is a
3
- # valid spec and to remove all comments including this before submitting the spec.
4
- #
5
- # To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
6
- # To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
7
- #
8
-
9
1
Pod ::Spec . new do |s |
10
-
11
- # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
12
- #
13
- # These will help people to find your library, and whilst it
14
- # can feel like a chore to fill in it's definitely to your advantage. The
15
- # summary should be tweet-length, and the description more in depth.
16
- #
17
-
18
2
s . name = "Iterable-iOS-SDK"
19
3
s . module_name = "IterableSDK"
20
4
s . version = "6.2.1"
@@ -26,57 +10,15 @@ Pod::Spec.new do |s|
26
10
DESC
27
11
28
12
s . homepage = "https://github.com/Iterable/swift-sdk.git"
29
-
30
-
31
- # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
32
- #
33
- # Licensing your code is important. See http://choosealicense.com for more info.
34
- # CocoaPods will detect a license file if there is a named LICENSE*
35
- # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
36
- #
37
-
38
13
s . license = "MIT"
39
-
40
- # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
41
- #
42
- # Specify the authors of the library, with email addresses. Email addresses
43
- # of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
44
- # accepts just a name if you'd rather not provide an email address.
45
- #
46
- # Specify a social_media_url where others can refer to, for example a twitter
47
- # profile URL.
48
- #
49
-
50
14
s . author = { "Tapash Majumder" => "[email protected] " ,
51
15
"Jay Kim" => "[email protected] " }
52
16
53
- # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
54
- #
55
- # If this Pod runs only on iOS or OS X, then specify the platform and
56
- # the deployment target. You can optionally include the target after the platform.
57
- #
58
-
59
17
s . platform = :ios , "9.0"
60
-
61
- # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
62
- #
63
- # Specify the location from where the source should be retrieved.
64
- # Supports git, hg, bzr, svn and HTTP.
65
- #
66
-
67
18
s . source = { :git => "https://github.com/Iterable/swift-sdk.git" , :tag => s . version }
68
-
69
- # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
70
- #
71
- # CocoaPods is smart about how it includes source code. For source files
72
- # giving a folder will include any swift, h, m, mm, c & cpp files.
73
- # For header files it will include any header in the folder.
74
- # Not including the public_header_files will make all headers public.
75
- #
76
-
77
19
s . source_files = "swift-sdk/**/*.{h,m,swift}"
78
20
79
- s . resources = [ ' swift-sdk/Resources/**/*.{storyboard,xib,xcassets}']
21
+ s . resource_bundles = { 'Iterable-iOS-SDK' => ' swift-sdk/Resources/**/*.{storyboard,xib,xcassets}' }
80
22
81
23
s . pod_target_xcconfig = {
82
24
'SWIFT_VERSION' => '5.2'
0 commit comments