[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 3 / Nudgespot / 1.7 / Nudgespot.podspec.json
blob3d87f95a6b2a7858425c546bb8fdb2b444923b71
2   "name": "Nudgespot",
3   "version": "1.7",
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.7"
13   },
14   "pod_target_xcconfig": {
15     "OTHER_LDFLAGS": "-lObjC"
16   },
17   "user_target_xcconfig": {
18     "FRAMEWORK_SEARCH_PATHS": "$(SRCROOT)/../../Nudgespot/Assets"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Nudgespot/Assets/**/*{.h}",
25   "prefix_header_file": "Example/Pods/Target Support Files/Nudgespot/Nudgespot-prefix.pch",
26   "frameworks": [
27     "SystemConfiguration",
28     "Foundation",
29     "CoreGraphics",
30     "MobileCoreServices",
31     "Security",
32     "AdSupport",
33     "CFNetwork"
34   ],
35   "dependencies": {
36     "Reachability": [
38     ],
39     "AFNetworking": [
41     ]
42   }