File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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>"; };
247248 A79AC09814B1A6AD00489FA3 /* Documentation */ = {
248249 isa = PBXGroup;
249250 children = (
251+ A7313BD8190A54F7007E130F /* DTLocalizableStringScanner.podspec */,
250252 A79AC09914B1A6C700489FA3 /* LICENSE */,
251253 A79AC09A14B1A6C700489FA3 /* Readme.markdown */,
252254 );
You can’t perform that action at this time.
0 commit comments