[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 3 / Nudgespot / 3.1 / Nudgespot.podspec.json
blobaa5d5fb0e434dbdf398f28dafb4ced12b8ddd114
2   "name": "Nudgespot",
3   "version": "3.1",
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": "3.1"
13   },
14   "module_name": "Nudgespot",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Nudgespot/Classes/**/*.{h,m}",
20   "ios": {
21     "public_header_files": "Nudgespot/Classes/**/*.h"
22   },
23   "prefix_header_file": "Example/Pods/Target Support Files/Nudgespot/Nudgespot-prefix.pch",
24   "frameworks": [
25     "SystemConfiguration",
26     "Foundation",
27     "CoreGraphics",
28     "MobileCoreServices",
29     "Security",
30     "AdSupport",
31     "CFNetwork",
32     "AddressBook"
33   ],
34   "resource_bundles": {
35     "Nudgespot": [
36       "Nudgespot/Assets/*.{plist}"
37     ]
38   },
39   "dependencies": {
40     "Reachability": [
42     ],
43     "AFNetworking": [
45     ],
46     "Firebase": [
48     ],
49     "FirebaseMessaging": [
51     ]
52   },
53   "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__)"