File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ Pod ::Spec . new do |s |
2
+ s . name = 'Segment'
3
+ s . module_name = 'Segment'
4
+ s . version = '1.3.4'
5
+ s . summary = 'analytics-swift Cocoapods support.'
6
+ s . homepage = 'https://github.com/flocasts/analytics-swift'
7
+ s . license = { :type => 'MIT' , :file => './LICENSE' }
8
+ s . author = { "Segment" => "[email protected] " }
9
+ s . source = { :git => 'https://github.com/flocasts/analytics-swift.git' , :tag => s . version . to_s }
10
+ s . ios . deployment_target = '13.0'
11
+ s . swift_version = '5.0'
12
+ s . source_files = 'Sources/Segment/**/*'
13
+ s . dependency 'Sovran' , '~> 1.0.2'
14
+ end
Original file line number Diff line number Diff line change 182
182
A3471FBD256487F000965480 /* Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = "<group>"; };
183
183
A3AEE1492580208E002386EB /* iso8601.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iso8601.swift; sourceTree = "<group>"; };
184
184
A3AEE1872581A8F1002386EB /* Deprecations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deprecations.swift; sourceTree = "<group>"; };
185
+ BD387AE42A12C1CF007568C4 /* Segment.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = Segment.podspec; sourceTree = "<group>"; };
185
186
OBJ_12 /* Analytics_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Analytics_Tests.swift; sourceTree = "<group>"; };
186
187
OBJ_13 /* XCTestManifests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestManifests.swift; sourceTree = "<group>"; };
187
188
OBJ_17 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
413
414
OBJ_5 = {
414
415
isa = PBXGroup;
415
416
children = (
417
+ BD387AE42A12C1CF007568C4 /* Segment.podspec */,
416
418
46D98E3B26D6FED300E7A86A /* Examples */,
417
419
OBJ_7 /* Sources */,
418
420
OBJ_10 /* Tests */,
You can’t perform that action at this time.
0 commit comments