Skip to content

Commit

Permalink
fix pod spec json include
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelglow committed Sep 4, 2014
1 parent 7b47e69 commit 3fb8d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zipzap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
D8ABBF3C18883528002858BE /* ZZAESDecryptInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZZAESDecryptInputStream.h; sourceTree = "<group>"; };
D8ABBF3D18883528002858BE /* ZZAESDecryptInputStream.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ZZAESDecryptInputStream.mm; sourceTree = "<group>"; };
D8B0FD611640A6B000727A70 /* zipzap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zipzap.h; sourceTree = "<group>"; };
D8B83A8D19B8101B00CF72B6 /* zipzap.podspec.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = zipzap.podspec.json; sourceTree = "<group>"; };
D8E366EA188832C0009F3008 /* large-test-encrypted-aes128.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = "large-test-encrypted-aes128.zip"; sourceTree = "<group>"; };
D8E366EB188832C0009F3008 /* large-test-encrypted-aes192.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = "large-test-encrypted-aes192.zip"; sourceTree = "<group>"; };
D8E366EC188832C0009F3008 /* large-test-encrypted-aes256.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = "large-test-encrypted-aes256.zip"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -308,7 +309,7 @@
D899CF84162C5EC100112F49 /* Frameworks */,
D899CF83162C5EC100112F49 /* Products */,
D84247E4196535B700B62453 /* .travis.yml */,
D8B83A8B19B80CA600CF72B6 /* zipzap.podspec.json */,
D8B83A8D19B8101B00CF72B6 /* zipzap.podspec.json */,
D8A32673163C2240008606AC /* LICENSE.text */,
D8A32627163BFF3D008606AC /* README.markdown */,
);
Expand Down

0 comments on commit 3fb8d79

Please sign in to comment.