4 "summary": "nudgespot-ios is Objective-C framework.",
5 "description": "Nudgespot provides framework for iOS which allows users to track events.",
6 "homepage": "https://github.com/nudgespot/nudgespot-ios",
8 "Nudgespot": "dev@nudgespot.com"
11 "git": "https://github.com/nudgespot/nudgespot-ios.git",
14 "pod_target_xcconfig": {
15 "OTHER_LDFLAGS": "-ObjC",
16 "FRAMEWORK_SEARCH_PATHS": "\"$(SRCROOT)/../../Nudgespot/Assets/Analytics\" \"$(SRCROOT)/../../Nudgespot/Assets/Messaging\"",
17 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Nudgespot/Nudgespot"
24 "Nudgespot/Classes/**/*.{h,m}",
25 "Nudgespot/Assets/*.h"
28 "public_header_files": "Nudgespot/Classes/**/*.h",
29 "vendored_frameworks": "Nudgespot/Assets/**/*.{framework}",
36 "prefix_header_file": "Example/Pods/Target Support Files/Nudgespot/Nudgespot-prefix.pch",
38 "SystemConfiguration",
55 "prefix_header_contents": "#ifdef __OBJC__\n\n#import \"NudgespotActivity.h\"\n#import \"SubscriberContact.h\"\n#import \"Nudgespot.h\"\n#import \"NudgespotSubscriber.h\"\n#import \"SubscriberClient.h\"\n#import \"NudgespotActivity.h\"\n#import \"BasicUtils.h\"\n#import \"Reachability.h\"\n#import \"AFNetworking.h\"\n#import \"SubscriberClient.h\"\n#import \"NudgespotConstants.h\"\n#import \"NudgespotVisitor.h\"\n\n#import <AdSupport/AdSupport.h>\n\n#endif\n\n#ifdef DEBUG\n# define DLog(...) NSLog(__VA_ARGS__)\n#else\n# define DLog(...) /* */\n#endif\n#define ALog(...) NSLog(__VA_ARGS__)"