Skip to content

Commit dfb9e91

Browse files
committed
Added podspec
1 parent 4b5ae7c commit dfb9e91

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

DTLocalizableStringScanner.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = 'DTLocalizableStringScanner'
3+
spec.version = '1.0.0'
4+
spec.platform = :osx, '10.7'
5+
spec.license = 'BSD'
6+
spec.source = { :git => 'https://github.com/Cocoanetics/DTLocalizableStringScanner.git', :tag => spec.version.to_s }
7+
spec.source_files = 'Core/Source/*.{h,m,c}'
8+
spec.requires_arc = true
9+
spec.homepage = 'https://github.com/Cocoanetics/DTLocalizableStringScanner'
10+
spec.summary = 'A better performing multi-threaded replacement for genstrings as component you can use in your own apps scanning for localizable strings.'
11+
spec.author = { 'Oliver Drobnik' => '[email protected]' }
12+
spec.documentation_url = 'docs.cocoanetics.com/DTLocalizableStringScanner'
13+
spec.social_media_url = 'https://twitter.com/cocoanetics'
14+
end
15+

genstrings2.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
55951CFE14BD3C1700E4A63E /* DTLocalizableStringEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DTLocalizableStringEntry.h; sourceTree = "<group>"; };
8181
55951CFF14BD3C1700E4A63E /* DTLocalizableStringEntry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DTLocalizableStringEntry.m; sourceTree = "<group>"; };
8282
A7313BD4190A4F72007E130F /* Multiple_Parts.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Multiple_Parts.txt; sourceTree = "<group>"; };
83+
A7313BD8190A54F7007E130F /* DTLocalizableStringScanner.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = DTLocalizableStringScanner.podspec; sourceTree = "<group>"; };
8384
A775233D14ACEF7A0035CDCA /* genstrings2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = genstrings2; sourceTree = BUILT_PRODUCTS_DIR; };
8485
A775234114ACEF7A0035CDCA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
8586
A79499AC14C0D35500A8CCDE /* NSPredicateEditor.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NSPredicateEditor.txt; sourceTree = "<group>"; };
@@ -247,6 +248,7 @@
247248
A79AC09814B1A6AD00489FA3 /* Documentation */ = {
248249
isa = PBXGroup;
249250
children = (
251+
A7313BD8190A54F7007E130F /* DTLocalizableStringScanner.podspec */,
250252
A79AC09914B1A6C700489FA3 /* LICENSE */,
251253
A79AC09A14B1A6C700489FA3 /* Readme.markdown */,
252254
);

0 commit comments

Comments
 (0)