Skip to content

Commit

Permalink
fix podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakey committed Oct 11, 2018
1 parent cc49c60 commit 1f289a6
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 311 deletions.
48 changes: 24 additions & 24 deletions JKCategories-Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@
A2EF56F41B21D1270005F730 /* NSNotificationCenterDemoViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A2EF56F21B21D1270005F730 /* NSNotificationCenterDemoViewController.xib */; };
A2FD5B5D1A52706F00555EA2 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = A2FD5B5C1A52706F00555EA2 /* libz.dylib */; };
B8102480206A0DE90099CDA8 /* JKCategories.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8102479206A0DE90099CDA8 /* JKCategories.framework */; };
B8102486206A0F330099CDA8 /* JKQuartzCore.h in Headers */ = {isa = PBXBuildFile; fileRef = A22104621CFAFF0100CE6547 /* JKQuartzCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8102487206A0F330099CDA8 /* JKCoreData.h in Headers */ = {isa = PBXBuildFile; fileRef = A22104631CFAFF1E00CE6547 /* JKCoreData.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8102488206A0F330099CDA8 /* JKFoundation.h in Headers */ = {isa = PBXBuildFile; fileRef = A22104641CFAFF2900CE6547 /* JKFoundation.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8102489206A0F330099CDA8 /* JKUIKit.h in Headers */ = {isa = PBXBuildFile; fileRef = A22104651CFAFF4300CE6547 /* JKUIKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
B810248A206A0F330099CDA8 /* JKMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = A22104661CFAFF4C00CE6547 /* JKMapKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
B810248B206A0F330099CDA8 /* JKCoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A22104671CFAFF5400CE6547 /* JKCoreLocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
B810248E206A0F7D0099CDA8 /* CATransaction+JKAnimateWithDuration.h in Headers */ = {isa = PBXBuildFile; fileRef = A2958CCA1B35808B00D7AA0F /* CATransaction+JKAnimateWithDuration.h */; settings = {ATTRIBUTES = (Public, ); }; };
B810248F206A0F7D0099CDA8 /* CATransaction+JKAnimateWithDuration.m in Sources */ = {isa = PBXBuildFile; fileRef = A2958CCB1B35808B00D7AA0F /* CATransaction+JKAnimateWithDuration.m */; };
B8102490206A0F800099CDA8 /* CAShapeLayer+JKUIBezierPath.h in Headers */ = {isa = PBXBuildFile; fileRef = A2958CC61B35804600D7AA0F /* CAShapeLayer+JKUIBezierPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -598,6 +592,12 @@
B810265E206A12160099CDA8 /* NSObject+JKKVOBlocks.m in Sources */ = {isa = PBXBuildFile; fileRef = A202D9AD1B10305500EAB199 /* NSObject+JKKVOBlocks.m */; };
B810265F206A14C00099CDA8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2EF56B41B21C2D50005F730 /* Foundation.framework */; };
B8102660206A14C40099CDA8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2EF56B21B21C2D00005F730 /* UIKit.framework */; };
B8C46B52216F119A00EC7F15 /* JKQuartzCore.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C46B51216F119900EC7F15 /* JKQuartzCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8C46B54216F11A100EC7F15 /* JKCoreData.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C46B53216F11A100EC7F15 /* JKCoreData.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8C46B56216F11AA00EC7F15 /* JKFoundation.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C46B55216F11A900EC7F15 /* JKFoundation.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8C46B58216F11B200EC7F15 /* JKUIKit.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C46B57216F11B200EC7F15 /* JKUIKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8C46B5A216F11BA00EC7F15 /* JKMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C46B59216F11BA00EC7F15 /* JKMapKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8C46B5C216F11C000EC7F15 /* JKCoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C46B5B216F11C000EC7F15 /* JKCoreLocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -757,12 +757,6 @@
A21F34DB1B0F302E00D73A91 /* UILabel+JKAutomaticWriting.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+JKAutomaticWriting.m"; sourceTree = "<group>"; };
A22103FE1CF8938800CE6547 /* NSTimer+JKBlocks.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSTimer+JKBlocks.m"; sourceTree = "<group>"; };
A22104171CFAC4E500CE6547 /* UIImageView+JKAddition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+JKAddition.m"; sourceTree = "<group>"; };
A22104621CFAFF0100CE6547 /* JKQuartzCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JKQuartzCore.h; sourceTree = "<group>"; };
A22104631CFAFF1E00CE6547 /* JKCoreData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JKCoreData.h; sourceTree = "<group>"; };
A22104641CFAFF2900CE6547 /* JKFoundation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JKFoundation.h; sourceTree = "<group>"; };
A22104651CFAFF4300CE6547 /* JKUIKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JKUIKit.h; sourceTree = "<group>"; };
A22104661CFAFF4C00CE6547 /* JKMapKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JKMapKit.h; sourceTree = "<group>"; };
A22104671CFAFF5400CE6547 /* JKCoreLocation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JKCoreLocation.h; sourceTree = "<group>"; };
A22104681CFBE29200CE6547 /* JKCategories.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JKCategories.h; sourceTree = "<group>"; };
A22725CE1A3E72D50061605B /* JKCategories-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "JKCategories-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
A22845231BE2085C000AD2F6 /* NSDecimalNumber+JKCalculatingByString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDecimalNumber+JKCalculatingByString.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1246,6 +1240,12 @@
B87F47961E0CB81900B788C6 /* NSURLSession+JKSynchronousTask.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSURLSession+JKSynchronousTask.m"; sourceTree = "<group>"; };
B8A419501DDC07C800BDB39A /* NSString+JKHTML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+JKHTML.h"; sourceTree = "<group>"; };
B8A419511DDC07C800BDB39A /* NSString+JKHTML.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+JKHTML.m"; sourceTree = "<group>"; };
B8C46B51216F119900EC7F15 /* JKQuartzCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JKQuartzCore.h; sourceTree = "<group>"; };
B8C46B53216F11A100EC7F15 /* JKCoreData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JKCoreData.h; sourceTree = "<group>"; };
B8C46B55216F11A900EC7F15 /* JKFoundation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JKFoundation.h; sourceTree = "<group>"; };
B8C46B57216F11B200EC7F15 /* JKUIKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JKUIKit.h; sourceTree = "<group>"; };
B8C46B59216F11BA00EC7F15 /* JKMapKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JKMapKit.h; sourceTree = "<group>"; };
B8C46B5B216F11C000EC7F15 /* JKCoreLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JKCoreLocation.h; sourceTree = "<group>"; };
B8C8D1341DED106A0069354F /* UIButton+JKBadge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+JKBadge.h"; sourceTree = "<group>"; };
B8C8D1351DED106A0069354F /* UIButton+JKBadge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+JKBadge.m"; sourceTree = "<group>"; };
B8C8D1371DED106F0069354F /* UIBarButtonItem+JKBadge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIBarButtonItem+JKBadge.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1321,6 +1321,7 @@
A202D9761B0F7BE100EAB199 /* CoreLocation */ = {
isa = PBXGroup;
children = (
B8C46B5B216F11C000EC7F15 /* JKCoreLocation.h */,
A202D9C21B103A7500EAB199 /* CLLocationManager */,
A202D9781B0F7C2000EAB199 /* CLLocation */,
);
Expand Down Expand Up @@ -1358,6 +1359,7 @@
A202D9821B0F7D1400EAB199 /* MapKit */ = {
isa = PBXGroup;
children = (
B8C46B59216F11BA00EC7F15 /* JKMapKit.h */,
A202D9831B0F7D2A00EAB199 /* MKMapView */,
);
path = MapKit;
Expand Down Expand Up @@ -1690,12 +1692,6 @@
A22725F21A3E736D0061605B /* UIKit */,
A202D9821B0F7D1400EAB199 /* MapKit */,
A202D9761B0F7BE100EAB199 /* CoreLocation */,
A22104621CFAFF0100CE6547 /* JKQuartzCore.h */,
A22104631CFAFF1E00CE6547 /* JKCoreData.h */,
A22104641CFAFF2900CE6547 /* JKFoundation.h */,
A22104651CFAFF4300CE6547 /* JKUIKit.h */,
A22104661CFAFF4C00CE6547 /* JKMapKit.h */,
A22104671CFAFF5400CE6547 /* JKCoreLocation.h */,
A22104681CFBE29200CE6547 /* JKCategories.h */,
);
path = JKCategories;
Expand All @@ -1704,6 +1700,7 @@
A22725F11A3E736D0061605B /* Foundation */ = {
isa = PBXGroup;
children = (
B8C46B55216F11A900EC7F15 /* JKFoundation.h */,
B87F47941E0CB80E00B788C6 /* NSURLSession */,
A205E4C81C28E55F002A1E33 /* NSURLConnection */,
A205E4BE1C28E42A002A1E33 /* NSInvocation */,
Expand Down Expand Up @@ -1736,6 +1733,7 @@
A22725F21A3E736D0061605B /* UIKit */ = {
isa = PBXGroup;
children = (
B8C46B57216F11B200EC7F15 /* JKUIKit.h */,
A2C97D801C96573200614B98 /* UICollectionView */,
A29EC2621B5279EC008ABB42 /* UIPopoverController */,
A27E93151B381CBA0010C7EA /* UIFont */,
Expand Down Expand Up @@ -2932,6 +2930,7 @@
A2EA48EE1B34FBB400A4B66F /* QuartzCore */ = {
isa = PBXGroup;
children = (
B8C46B51216F119900EC7F15 /* JKQuartzCore.h */,
A2958CC91B35808600D7AA0F /* CATransaction */,
A2958CC51B35803F00D7AA0F /* CAShapeLayer */,
A2958CBE1B357E2100D7AA0F /* CAAnimation */,
Expand Down Expand Up @@ -2975,6 +2974,7 @@
A2EF56B61B21C2DE0005F730 /* CoreData */ = {
isa = PBXGroup;
children = (
B8C46B53216F11A100EC7F15 /* JKCoreData.h */,
A2958CE81B35834900D7AA0F /* NSPersistentStoreCoordinator */,
A2EF56C81B21C3F10005F730 /* NSFetchRequest */,
A2EF56C91B21C3F10005F730 /* NSManagedObject */,
Expand Down Expand Up @@ -3183,7 +3183,6 @@
B8102510206A104F0099CDA8 /* NSString+JKUUID.h in Headers */,
B81024A9206A0FD00099CDA8 /* NSInvocation+JKBb.h in Headers */,
B810260C206A118A0099CDA8 /* UIViewController+JKBackButtonTouched.h in Headers */,
B8102488206A0F330099CDA8 /* JKFoundation.h in Headers */,
B81024CA206A0FFE0099CDA8 /* NSException+JKTrace.h in Headers */,
B8102518206A104F0099CDA8 /* NSString+JKMatcher.h in Headers */,
B81024AC206A0FD00099CDA8 /* NSRunLoop+JKPerformBlock.h in Headers */,
Expand All @@ -3205,7 +3204,6 @@
B8102642206A120C0099CDA8 /* NSObject+JKAssociatedObject.h in Headers */,
B810260A206A118A0099CDA8 /* UIViewController+JKBackButtonItemTitle.h in Headers */,
B81024F5206A102C0099CDA8 /* NSDictionary+JKURL.h in Headers */,
B8102487206A0F330099CDA8 /* JKCoreData.h in Headers */,
B810256D206A10BB0099CDA8 /* UIBezierPath+JKThroughPointsBezier.h in Headers */,
B81025C7206A11350099CDA8 /* UIImage+JKMerge.h in Headers */,
B8102519206A104F0099CDA8 /* NSString+JKStringPages.h in Headers */,
Expand Down Expand Up @@ -3278,7 +3276,6 @@
B81024CE206A0FFE0099CDA8 /* NSDate+JKFormatter.h in Headers */,
B810253F206A108A0099CDA8 /* UIBarButtonItem+JKAction.h in Headers */,
B81025EE206A11650099CDA8 /* UIView+JKFrame.h in Headers */,
B810248A206A0F330099CDA8 /* JKMapKit.h in Headers */,
B810250B206A104F0099CDA8 /* NSString+JKTrims.h in Headers */,
B8102530206A106D0099CDA8 /* NSTimer+JKBlocks.h in Headers */,
B8102562206A10BA0099CDA8 /* UINavigationItem+JKLoading.h in Headers */,
Expand Down Expand Up @@ -3325,20 +3322,17 @@
B810263F206A120C0099CDA8 /* NSObject+JKEasyCopy.h in Headers */,
B8102648206A120C0099CDA8 /* NSObject+JKKVOBlocks.h in Headers */,
B81024F6206A102C0099CDA8 /* NSDictionary+JKXML.h in Headers */,
B810248B206A0F330099CDA8 /* JKCoreLocation.h in Headers */,
B8102533206A108A0099CDA8 /* UIFont+JKDynamicFontControl.h in Headers */,
B8102493206A0F890099CDA8 /* CAAnimation+JKEasingEquations.h in Headers */,
B81025C6206A11350099CDA8 /* UIImage+JKRoundedCorner.h in Headers */,
B810260B206A118A0099CDA8 /* UIViewController+JKBlockSegue.h in Headers */,
B81025AF206A110F0099CDA8 /* UIColor+JKModify.h in Headers */,
B810258D206A10E70099CDA8 /* UITextField+JKInputLimit.h in Headers */,
B81025F5206A11650099CDA8 /* UIView+JKVisuals.h in Headers */,
B8102489206A0F330099CDA8 /* JKUIKit.h in Headers */,
B8102567206A10BB0099CDA8 /* UIResponder+JKFirstResponder.h in Headers */,
B8102640206A120C0099CDA8 /* NSObject+JKAppInfo.h in Headers */,
B8102586206A10E70099CDA8 /* UIButton+JKBlock.h in Headers */,
B81024ED206A102C0099CDA8 /* NSData+JKDataCache.h in Headers */,
B8102486206A0F330099CDA8 /* JKQuartzCore.h in Headers */,
B81024C5206A0FFD0099CDA8 /* NSDateFormatter+JKMake.h in Headers */,
B8102560206A10BA0099CDA8 /* UINavigationItem+JKMargin.h in Headers */,
B8102646206A120C0099CDA8 /* NSObject+JKAutoCoding.h in Headers */,
Expand Down Expand Up @@ -3383,6 +3377,12 @@
B81025ED206A11650099CDA8 /* UIView+JKAnimation.h in Headers */,
B81025C0206A11350099CDA8 /* UIImage+JKFileName.h in Headers */,
B81025F6206A11650099CDA8 /* UIView+JKDraggable.h in Headers */,
B8C46B52216F119A00EC7F15 /* JKQuartzCore.h in Headers */,
B8C46B58216F11B200EC7F15 /* JKUIKit.h in Headers */,
B8C46B5A216F11BA00EC7F15 /* JKMapKit.h in Headers */,
B8C46B56216F11AA00EC7F15 /* JKFoundation.h in Headers */,
B8C46B5C216F11C000EC7F15 /* JKCoreLocation.h in Headers */,
B8C46B54216F11A100EC7F15 /* JKCoreData.h in Headers */,
B81024A0206A0FAD0099CDA8 /* NSManagedObjectContext+JKFetchRequestsConstructors.h in Headers */,
B81025C3206A11350099CDA8 /* UIImage+JKColor.h in Headers */,
B81024E9206A102C0099CDA8 /* NSData+JKHash.h in Headers */,
Expand Down
5 changes: 4 additions & 1 deletion JKCategories.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Pod::Spec.new do |s|
# quartzcore.source_files = 'JKCategories/QuartzCore/**/*.{h,m}'
quartzcore.public_header_files = 'JKCategories/QuartzCore/JKQuartzCore.h'
quartzcore.source_files = 'JKCategories/QuartzCore/JKQuartzCore.h'
quartzcore.frameworks = 'QuartzCore'
quartzcore.frameworks = 'QuartzCore','UIKit'

quartzcore.subspec 'CAAnimation' do |animation|
animation.source_files = 'JKCategories/QuartzCore/CAAnimation/*.{h,m}'
Expand Down Expand Up @@ -264,9 +264,12 @@ Pod::Spec.new do |s|
end
coredata.subspec 'NSManagedObject' do |managerobject|
managerobject.source_files = 'JKCategories/CoreData/NSManagedObject/*.{h,m}'
managerobject.dependency 'JKCategories/CoreData/NSManagedObjectContext'
end
coredata.subspec 'NSManagedObjectContext' do |managerobjectcontext|
managerobjectcontext.source_files = 'JKCategories/CoreData/NSManagedObjectContext/*.{h,m}'
managerobjectcontext.dependency 'JKCategories/CoreData/NSFetchRequest'

end
end

Expand Down
Loading

0 comments on commit 1f289a6

Please sign in to comment.