[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / 3 / Nudgespot / 1.8 / Nudgespot.podspec.json
blob1b716005927221013ca9e6a99e22c63f6b8e2f76
2   "name": "Nudgespot",
3   "version": "1.8",
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",
7   "authors": {
8     "Nudgespot": "dev@nudgespot.com"
9   },
10   "source": {
11     "git": "https://github.com/nudgespot/nudgespot-ios.git",
12     "tag": "1.8"
13   },
14   "pod_target_xcconfig": {
15     "OTHER_LDFLAGS": "-ObjC",
16     "FRAMEWORK_SEARCH_PATHS": "\"$(SRCROOT)/../../Nudgespot/Assets/Analytics\" \"$(SRCROOT)/../../Nudgespot/Assets/Messaging\""
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Nudgespot/Classes/**/*.{h,m}",
24     "Nudgespot/Assets/*.h"
25   ],
26   "ios": {
27     "public_header_files": "Nudgespot/Classes/**/*.h",
28     "vendored_frameworks": "Nudgespot/Assets/**/*.{framework}"
29   },
30   "prefix_header_file": "Example/Pods/Target Support Files/Nudgespot/Nudgespot-prefix.pch",
31   "frameworks": [
32     "SystemConfiguration",
33     "Foundation",
34     "CoreGraphics",
35     "MobileCoreServices",
36     "Security",
37     "AdSupport",
38     "CFNetwork"
39   ],
40   "dependencies": {
41     "Reachability": [
43     ],
44     "AFNetworking": [
46     ]
47   },
48   "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__)"