Skip to content

Commit e518ccc

Browse files
committed
add podspec
1 parent 58d0ed5 commit e518ccc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Segment.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

Segment.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
A3471FBD256487F000965480 /* Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = "<group>"; };
183183
A3AEE1492580208E002386EB /* iso8601.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iso8601.swift; sourceTree = "<group>"; };
184184
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>"; };
185186
OBJ_12 /* Analytics_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Analytics_Tests.swift; sourceTree = "<group>"; };
186187
OBJ_13 /* XCTestManifests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestManifests.swift; sourceTree = "<group>"; };
187188
OBJ_17 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
@@ -413,6 +414,7 @@
413414
OBJ_5 = {
414415
isa = PBXGroup;
415416
children = (
417+
BD387AE42A12C1CF007568C4 /* Segment.podspec */,
416418
46D98E3B26D6FED300E7A86A /* Examples */,
417419
OBJ_7 /* Sources */,
418420
OBJ_10 /* Tests */,

0 commit comments

Comments
 (0)