blob: 9d7d10817966822d04d168eb0929267017e7bc4c [file] [log] [blame]
{
"name": "NudgespotiOSSDK",
"version": "0.1.2",
"summary": "nudgespot-ios is Objective-C framework.",
"description": "NudgespotiOSSDK provides framework for iOS which allows users to track events.",
"homepage": "https://github.com/nudgespot/nudgespot-ios",
"authors": {
"Nudgespot": "dev@nudgespot.com"
},
"source": {
"git": "https://github.com/nudgespot/nudgespot-ios.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NudgespotiOSSDK": [
"Pod/Assets/*.png"
]
},
"prefix_header_file": "Example/Pods/Target Support Files/NudgespotiOSSDK/NudgespotiOSSDK-prefix.pch",
"frameworks": [
"SystemConfiguration",
"Foundation",
"CoreGraphics",
"MobileCoreServices",
"Security",
"AdSupport",
"CFNetwork"
],
"dependencies": {
"Google/CloudMessaging": [
],
"Reachability": [
],
"AFNetworking": [
],
"AWSCognito": [
],
"AWSCore": [
],
"AWSSNS": [
]
},
"deprecated": true
}