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