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