[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 3 / Nudgespot / 3.1.6 / Nudgespot.podspec.json
blobb290df3fbb4824a58823405dd705899e8767da05
2   "name": "Nudgespot",
3   "version": "3.1.6",
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.6"
13   },
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"
18   },
19   "module_name": "Nudgespot",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Nudgespot/Classes/**/*.{h,m}",
26     "Nudgespot/Assets/*.h"
27   ],
28   "ios": {
29     "public_header_files": "Nudgespot/Classes/**/*.h",
30     "vendored_frameworks": "Nudgespot/Assets/**/*.{framework}",
31     "libraries": [
32       "stdc++",
33       "z",
34       "sqlite3"
35     ]
36   },
37   "prefix_header_file": "Example/Pods/Target Support Files/Nudgespot/Nudgespot-prefix.pch",
38   "frameworks": [
39     "SystemConfiguration",
40     "Foundation",
41     "CoreGraphics",
42     "MobileCoreServices",
43     "Security",
44     "AdSupport",
45     "CFNetwork",
46     "AddressBook"
47   ],
48   "resource_bundles": {
49     "Nudgespot": [
50       "Nudgespot/Assets/*.{plist}"
51     ]
52   },
53   "dependencies": {
54     "Reachability": [
56     ],
57     "AFNetworking": [
59     ]
60   },
61   "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__)"